I have a Mac App Store sandbox'd app that has been shipping for many years. For my Beta testers, I build a "debug" version of my app, find the result in the Xcode build area, compress/zip it, and send it to them to run on their machine. (No receipt parsing done for debug builds and/or Beta testers.) I just sent out a new Beta version to 2 testers and the application is "crashing", or really being killed with:
Exception Type: EXC_CRASH (Code Signature Invalid)
Exception Note: EXC_CORPSE_NOTIFY
I've looked around and seen some problems with entitlements, however I have not changed my entitlements recently. The only "interesting" one set is for Maps. In the build settings under code signing I'm using the generic "Mac Developer" and the provisioning profile is "Automatic". Build machine is 10.11.3 with Xcode 7.2.1 (C1002). And of course it runs fine on my own 3 different Mac's, just not on the 2 Beta testers.
Any idea as to what could have changed to cause this behavior?