Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't submit ios app for review after installing osx security update

Tags:

xcode

ios

I installed the latest osx security update (https://support.apple.com/en-ca/HT207130) and tried to archive an update for my ios app. The archive was successful. However, after uploading the build to itunes connect with the Application loader, I received the following email :

enter image description here

When trying to submit my app for review I got this other error message :

enter image description here

I am clearly not running any beta build of macos or xcode. Here is my setup : OSX El Capitan 10.11.6, Xcode 7.3 (7D175)

Any one having the same issue? How did you get around this?

like image 846
wheeliez Avatar asked Oct 29 '22 21:10

wheeliez


1 Answers

Since there have been many errors at iTunes Connect which Apple still can't solve on macOS Sierra (10.12) when uploading archives(build) of our applications,

You must use Xcode 8 no matter what on macOS Sierra

These are common errors that is happening when we upload our archive from Xcode 7.3.1 on macOS Sierra (10.12)

  1. ERROR ITMS - 90163 (No.App bundle found)
  2. Now your problem

Changing the build version or Xcode version from info.plist doesn't seen to worked. Believe me, I have tried many alternative hacking ways. Finally I gave up. Instead install Xcode 8 and Xcode 7.3.1 parallel on my mac because I am not ready for migration.

Archive your build from Xcode 7.3.1 and export it's ipa from App Store Release. Then, use Application Loader of Xcode 8 to upload your build to App Store.

Hope this help.

like image 57
Thiha Aung Avatar answered Nov 13 '22 03:11

Thiha Aung