build settings specify a provisioning profile with the UUID

前端 未结 17 1897
逝去的感伤
逝去的感伤 2020-12-29 19:15

I cannot seem to be able to archive an app on a new computer. I created new provisioning profiles for distribution and development. I created a new Certificate Signing Req

17条回答
  •  南方客
    南方客 (楼主)
    2020-12-29 20:01

    Given up on all of the above. The only thing that worked for me was:

    1. Delete certs and profiles from developer portal
    2. Delete certs and profiles from mac
    3. Recreate certs and profiles in developer portal, download and install on mac
    4. Delete bundle identifier from 'General' tab in xcode
    5. Re-add bundle identifier
    6. Assign new profiles and code signing entities (dev and prod) in xcode code signing
    7. (clean again), build, deploy to device/simulator as a test
    8. Archive and upload to itunes current version

    On step 7, xcode requested access to keychain (which it did not do in other solutions stated above), once granted - it worked.

    Same for step 8.

    Not sure what was going on (my certs and profiles were only 3 months old), and I admit this was a 'brute force' method - but it worked.

    Good luck.

提交回复
热议问题