Since there were many errors in iTunes Connect that Apple still cannot solve on macOS Sierra (10.12) when downloading the archives (assemblies) of our applications,
You should use Xcode 8 no matter what on macOS Sierra
These are common errors that occur when downloading our archive from Xcode 7.3.1 to macOS Sierra (10.12)
- ITMS ERROR - 90163 (Pack.App detected)
- Now your problem
Changing the build version or Xcode version from info.plist does not work. Believe me, I tried many alternative hacking methods. Finally I gave up. Instead, install Xcode 8 and Xcode 7.3.1 in parallel on my mac because I'm not ready for migration.
Archive your build with Xcode 7.3.1 and export its ipa from the version of the App Store. Then use the Application Loader for Xcode 8 to load your assembly into the App Store.
I hope for this help.
source share