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

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

    If you had it working with the old osx server and xcode 5. You just do:

    $ mv /Library/Developer/XcodeServer/Keychains/Portal.keychain /Library/Developer/XcodeServer/Keychains/Portal.keychain.bkp

    $ ln -s /Library/Keychains/System.keychain /Library/Developer/XcodeServer/Keychains/Portal.keychain

    The old server used the system keychain.

提交回复
热议问题