Running xcodebuild from a forked terminal

前端 未结 13 1190
说谎
说谎 2020-12-02 04:20

I\'m trying to setup an automated build server for an iPhone application. I\'d like to be able to have nightly adhoc beta builds so that testers can follow the development.<

13条回答
  •  长情又很酷
    2020-12-02 05:18

    I did:

    • delete login.keychain from list

    • create own keychain in $HOME/Library/Keychains/

    • add it to keychain list (I did not specify any specific domain)

    • set it as default

    • call security unlock-keychain on it

    • add global signing certificate (WWDRCA) to it

    • import private key and both Development and Distribution certificates to it

    If there's login.keychain, I still get "User interaction not allowed" error. Thus deleting login.keychain using security delete-keychain finally helped!

提交回复
热议问题