How do I add certificates for OS X Server 3.2.1 with Xcode 6.0.1

后端 未结 7 1662
遇见更好的自我
遇见更好的自我 2020-12-25 08:58

After I have upgraded both Xcode (to 6.0.1) and OS X Server (to 3.2.1) I can\'t figure out how to add certificates for the provisioning profiles so the Xcode bot can find th

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-25 09:14

    This answer from Matt Moriarity brought me to a solution: https://devforums.apple.com/message/1022214#1022214

    I just re-connected the build server with our development team. This made the Xcode-service to re-initialize all certificates and provisioning profiles it needs. Now the integration builds run without errors.

    1. In Server > Xcode > Settings > Builds > Development Teams click on Edit...

    2. Remove your development team(s) from the list and press OK

    3. After ther Server.app finished its work, there should be no entry behinde "Development Teams" and the list of devices is also empty.

    4. Now open Server > Xcode > Settings > Builds > Development Teams > Edit... again and add your development team

    5. After your team and devices re-appeared, you can start the integration build

    It's important not to use your own provisioning profiles. Take the "iOS Developer (Automatic)" setting.

提交回复
热议问题