xcode 4.3.1 - Share archive option not visible

后端 未结 4 1125
栀梦
栀梦 2021-02-14 03:12

I am trying to put my build up for testing on TestFlightApp. In my previous version of xcode, I was able to view the \"share\" option after archiving, which I used to create the

4条回答
  •  野性不改
    2021-02-14 04:03

    Here is how I fixed it.

    com.apple.developer.ubiquity-kvstore-identifier is specifically for iCloud. See iOS Developer Library. So I used the following procedure:

    1. Verify App ID in iOS provisioning Portal iCloud status (mine is enabled)
    2. Removed old entitlements from project (I had manually created them)
    3. Use the Target editor to enable the entitlements (at the bottom of the Target editor window), matching the App ID iCloud setting, added Container and Keychain Access.
    4. Clean and Archive
    5. Select the archive and click on Distribute...
    6. Save for Enterprise or Ad-Hoc Deployment
    7. Select your development code signing identity
    8. Save the bundle to disk - did not check for enterprise
    9. Drag ipa to TestFlightApp.com builds

    At this point, TestFlight accepted the bundle and my testers were able to download!

提交回复
热议问题