Xcode won't recognize my new provisioning profile

前端 未结 9 2070
情歌与酒
情歌与酒 2020-12-15 05:15

My app\'s development provisioning profile expired a couple of weeks ago, so I went to the provisioning portal to get a fresh new one. After obtaining it, I visited the Xcod

9条回答
  •  借酒劲吻你
    2020-12-15 05:57

    Here's how I did it in Xcode 4:

    1. Select Don't Code Sign from Project > Build Settings > Code Signing
    2. Clean the build
    3. Build it again - should show an error like "this stuff needs signing"
    4. Choose the new profile from the Code Signing
    5. Rebuild

提交回复
热议问题