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

后端 未结 7 1689
遇见更好的自我
遇见更好的自我 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:08

    For OX X Server 4.0 and XCode 6.1 is a much easier way:

    1. Open your Project with XCode on the Server add your Developer Account to "Accounts" and download all required provisioning profiles.

    2. Copy your Privisioning Profiles from /Users//Library/MobileDevices/Provisioning Profiles/ into /Library/Developer/XcodeServer/ProvisioningProfiles/

    3. Give read and write access for administrators for the folder /Library/Developer/XcodeServer/ProvisioningProfiles/

    4. Open KeyChaine Access double click on the provisioning profile keys (for example iOS Developer: XY) and allow access for all apps.

    Done.

提交回复
热议问题