Ios

XcodeアップロードIPAエラー:このリクエストにはCFBundleIdentifierを指定する必要がありますか?



Xcode Upload Ipa Error



When Xcode uploads ipa and reports You must supply a CFBundleIdentifier for this request, the first thing you need to confirm is: 1. Confirm the account in the lower left corner (I made this low-level mistake when I uploaded the ipa for the first time, upload this app with another app account, please be careful!) 2. Confirm whether UrlSchemes is configured in the manifest.json configuration file (experience!) ( Baidu has been around for a long time, and they said that several parameters in the info.plist file need to be configured But I configured the UrlSchemes field and then packaged ipa and the upload was successful. ) 3. If the first two are confirmed to be correct, then you have to configure the parameters in your info.plist file! (Info.plis —> Add key value —> Bundle OS Type code —> APPL)