build settings specify a provisioning profile with the UUID

前端 未结 17 1986
逝去的感伤
逝去的感伤 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:48

    I had this issue with Xcode 7.2 and an example I downloaded from a tutorial site, and I tried to run this on my iPhone.

    For me this simple solution worked :

    1) under 'Build settings' -> 'Code signing' : you'll find the 'hard coded' UUID of the original creator -> change this to 'automatic' for both the debug and release:

    2) under 'General' -> 'Identity' -> Team : select your provisioning profile. You can also update the bundle identifier if needed.

    3) a 'clean' is always a good idea after such changes, then build

    this solved the issue for me!

提交回复
热议问题