xcode 5: code signing identity list not complete

前端 未结 3 746
既然无缘
既然无缘 2021-02-06 15:27

Just updated and used xcode 5 to to up a 2nd version of my app. But now the problem is on the code signing identity.

WHen I open up my old files from xcdoe 4.5, I see th

相关标签:
3条回答
  • 2021-02-06 15:49

    It might be possible that you missed to configure the developer account in Xcode 5. In lasest Xcode 5 Apple had changed a provisional profile settings. To see full list of the provisional profile you have to confiture your developer account using Xcode.

    Steps :

    1. Select your Xcode project file.

    2. Go to general tab.

    3. You will see dropdown for the Team click on it & configure your developer account over here. Then after you will see all the provisional profiles in Build Settings.

    enter image description here

    Hope it works!!!

    0 讨论(0)
  • 2021-02-06 15:49

    I've had some issues with IOS 7 and Xcode 5. If I remember correctly it required me to regenerate the distribution profile per app. I also needed to update the device list since they are dependent on the IOS version. It's a one off task and once you are done it should behave as expected.

    0 讨论(0)
  • 2021-02-06 15:58

    In Xode5+

    1) firstly select the provision profile

    2) than select the code signing identity

    enter image description here

    0 讨论(0)
提交回复
热议问题