Unome
Unome

Reputation: 6900

ITunesConnect rejecting build even though I'm on normal Xcode version

I'm getting the following error and don't understand why I am getting it. I'm running Xcode 7.2.1 which is the normal released version and was able to upload builds earlier this week with this same Xcode version so this error makes no sense. Has anyone else encountered it or figured a way to get rid of it? I've tried the following:

  1. Restarted Xcode
  2. Deleted Derived Data
  3. Restarted Computer
  4. Ran Build Clean
  5. Ran Build Folder Clean
  6. Incremented versions on the build.

Any other ideas on how to fix this?

enter image description here

Upvotes: 1

Views: 165

Answers (1)

Unome
Unome

Reputation: 6900

I've figured out what was wrong with it, and it is definitely my fault. As stated in the error message:

Don't submit apps with Beta software including OS X builds

Xcode was on the correct version but my OSX had auto updated the night prior to this appearing, and put my entire system on a beta. There is no easy way to revert if you didn't do a time-machine save prior to updating (mine happened automatically, so I definitely didn't). Now I'm stuck building on my back-up mac until Apple releases 10.21.4 publicly.

Thanks for the help, lesson learned. Don't register for any beta software unless you have Time Machine setup to automatically backup your machine.

UPDATE

Reinstalling your OS when you are on BETA is actually quite easy.

  1. Go to the Mac App Store
  2. Search for "OS X El Capitan" or whatever OS you need
  3. Hit the Download button

Now you can reinstall your OS. Stupid easy.

Upvotes: 1

Related Questions