Question

I have an app on the Mac App Store which is at version 1.0.

Later, I upgraded to the Mountain Lion GM and the Xcode 4.4 GM.

I've added features to the app and I'm trying to submit it as version 1.2.

It passes validation and gets successfully submitted, but I keep getting "Invalid Binary" and "Invalid Signature" errors.

When I try

 codesign -dvvv myapp.app

It successfully prints out the identifier, authorities, etc.

I'm completely lost because nothing has changed except for the code and the inclusion of sandboxing.

Was it helpful?

Solution

I ended up deleting all my profiles and certificates and re-downloading them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top