Issues with uploading from Xcode 9 to app store/ iTunes connect

梦想与她 提交于 2019-12-08 03:31:27

In my case, it was a problem with app access on appstoreconnect. In App information section, additional information subsection, edit user access option, you can change user access to the app.

We had a developer account configured along with the admin account in xcode. It seems xcode can't access app metadata when a developer account is active.

Either change app access to unlimited or log as admin on xcode. Hope this helps.

By removing all of the pods, I figured out this is not related to the pods at all.

The error now became to "Could not find the main bundle or the Info.plist is missing a CFBundleIndentifier in ..."

After several hours debugging, I found in the info.plist, there's a key named "Bundle OS Type code", my original value was $(PRODUCT_BUNDLE_PACKAGE_TYPE), this resulted into the error above.

By changing the value of Bundle OS Type code to APPL. I'm able to upload the app binary.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!