Xcode 6.3 - Code object is not signed at all

May 4, 2015 · Follow on Twitter and Mastodon xcode

After upgrading to Xcode 6.3, I get an error saying ERROR ITMS-90035: "Invalid Signature. Code object is not signed at all". Let’s look at what this is and how to fix it.

This error popped up every time I tried to submit apps to the App Store. It even popped up in old apps that were perfectly submittable before upgrading to Xcode 6.3.1.

Turns out that the problem was caused by an .sh file in an external library. Archiving apps with this file worked before, but stopped working in Xcode 6.3.

Since this file was not needed by the app, I just removed the file reference and kept the file on disk. If you run into the same error code, I hope this will solve your problem.

Discussions & More

Please share any ideas, feedback or comments you may have in the Disqus section below, or by replying on Twitter or Mastodon.

If you found this text interesting, make sure to follow me on Twitter and Mastodon for more content like this, and to be notified when new content is published.

If you like & want to support my work, please consider sponsoring me on GitHub Sponsors.