Unable to archive in iTunes Store

前端 未结 9 1605
后悔当初
后悔当初 2020-12-20 16:33

When trying to upload my app, I get the error: \"You must supply a CFBundleIdentifier for this request\". The identifiers (UTI format) in info.plist, \"General Identity\", i

相关标签:
9条回答
  • 2020-12-20 17:22

    In my case I was using someone's else certificate and provisioning profile to archive app, sending him IPA file and he was uploading it to Apple Store. It resulted in this same error, the fix was to send whole dictionary with "ExportOptions.plist", "DistributionSummary.plist", "Packaging.log" and IPA.

    0 讨论(0)
  • 2020-12-20 17:25

    For Me It was all about checking Requires Full screen that option for iPad mainly .. and the error happen cause you may checked 3 Orientations for all devices .. but the iPad in multi-tasking is requiring the whole 4 orientations..

    0 讨论(0)
  • 2020-12-20 17:26

    I had that exact problem with my react-native app built using expo. Believe it or not, just restarting the Application Loader fixed the problem. :)

    Mine was a react-native app built using expo.

    0 讨论(0)
提交回复
热议问题