Tagged Questions
1
vote
1answer
693 views
Running a command via SSH on the Mac causes exception; works fine when directly connected
I am trying to sign some code for an application. I can log into my Mac (Mountain Lion) and do this easily:
codesign -s "Developer ID Application: My Name" -f /path/to/appfile/mounted/elsewhere.app
...