build settings specify a provisioning profile with the UUID

前端 未结 17 1925
逝去的感伤
逝去的感伤 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 19:55

    Most of you will face this issue in latest version of XCode i.e. 7.1, so the solution I used to solve this is

    1. Complile the code in Xcode 7.0
    2. Clean the Project
    3. Build the Project
    4. Archive

    All Done.

提交回复
热议问题