Submitting App from building in Xcode 6.4

后端 未结 3 1423
面向向阳花
面向向阳花 2020-12-22 17:41

I previously built my app in an Xcode 7 beta as my testing device is an iOS 9.0 device. I recently deleted Xcode 7 and began working on my app in Xcode 6.4 (not a beta). 6.4

相关标签:
3条回答
  • 2020-12-22 17:59

    New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 6 or higher and iOS 8 SDK. Do not submit apps built with beta software for store review.

    This problem comes when you submit App with Xcode 7 (i.e Beta Version).. Clean your build, increment build number and archive again and submit your app with Xcode 6.4, and this error will go away. Then submit the latest version of the build

    0 讨论(0)
  • 2020-12-22 18:04

    Apps that you submit should be developed using the latest version of Xcode from the Mac App Store and should be built for publicly available versions of iOS, OS X, and watchOS — except when GM seeds are available. Now Mac App Store's Xcode is 6.4 and OS X Yosemite is Build 14F27. If you user xcode 6.4 on OS X El Capitan, you should follow the steps:

    1. Using Xcode, then archive your project
    2. Open organizer, find your .xcarchive file
    3. Right click the xcarchive file, choose [Show package Contents]
    4. Find Products/Applications/XXX.app/Info.plist
    5. then change [BuildMachineOSBuild] value to 14F27, just like this:
    6. Now, you can go to Xcode->organizer, then 【Submit to App Store】
    0 讨论(0)
  • 2020-12-22 18:16

    I couldn't upload my binary even though I was using Xcode 8.3 public version.

    Finally I found the issue , I have mistakenly selected Xcode 3.2-compatible in project format under project document. I changed it to Xcode 8.0-compatible and build & archived it. I could upload it without any errors. Check the screen shot attached ..

    Hope this will help some one.

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