I have a Mac App for OS X 10.10 that I am trying to create a working release build.
- Not for the Mac App store "Distributing Apps Outside the Mac App Store"
- Uses "Developer ID Application" for the release code signing. Things look good in my App dev account
- Created an OSX APP ID com.blah.app
- Can create and verify an Archive successfully
- sudo spctl --assess --verbose=4 Name.App, looks good "Name.App : accepted source=Developer ID"
- Read thru Apple "Distributing Apps Outside the Mac App Store"
- Needs to be OS X 10.10 due to customer requirements
- Read through everything I can find on stack overflow regarding this matter
- Can build and release iOS without a second thought, but this is my first Mac App
I run the App and in the console I see "EXC_CRASH (Code Signature Invalid)"
Stumped ...