Hi all,
I have a Developer ID app (that is not sandboxed), which I have built, archived & exported for Developer ID successfully many times. When I tried to archive & export the latest version, then check the resulting app via
spctl --verbose=4 --assess --type execute /path/to/my.appI am getting the error:
rejected
source=obsolete resource envelopeI can't figure out what has changed, and how to diagnose it or fix it. The app has many bundles and helpers, all of which appear to be signed when exporting. I am building on 10.10.3 using Xcode 6.3.2.
Building, archiving & exporting another Developer ID app works correctly, so it seems like it must be something specific to that first app.
Any clues?