Tag: osx

OS X Server + GIT与SSH的集成失败,权限被拒绝错误

我有托pipe在单独的Linux服务器上的GIT服务器。 我有没有密码的 SSH RSA密钥。 我可以通过Xcode连接到GIT服务器,所有操作都可以通过Xcode 5.0.2在源代码pipe理中正常工作。 我的OS X Server安装在我的本地机器上。 以下是我的OS X服务器安assembly置: 将远程存储库添加为:ssh://myuser@XXXXXXX.XXXX.com:22 / iphone_project 我确定我的公众在OS X Server for SSH中是正确的。 我已经从/.ssh/id_rsa.pub拷贝粘贴SSH发布键到OS X服务器。 。 Cloning into 'ssh_XXXX_XXXX_XXX_com_22_mtp_iphone'… OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 debug1: Reading configuration data /etc/ssh_config debug1: /etc/ssh_config line 20: Applying options for * debug1: Connecting to XXXXXX.XXXXXX.com [172.20.10.65] port 22. debug1: Connection established. Could […]

PackageApplication今天停止与OS X 10.10(优胜美地)合作

更新:正确的答案可能是这一个: build设IPA Xcode 6.1错误 几年后,使用Jenkins从存储库构buildiOS项目。 突然间,今天发生了一个新的错误,停止构build。 我想我在这个教程的基础上根据这个设置的大部分: Beginning Automated Testing With Xcode Part 2/2 这一步导致错误: # 4 echo "*** Post build step 4" /usr/bin/xcrun -sdk iphoneos PackageApplication \ -o "${IPA_DIR}/${PROJECT}.ipa" \ -verbose "${APP}" \ -sign "${SIGNING_IDENTITY}" \ –embed "${PROVISIONING_PROFILE}" 查看发生错误的日​​志有点棘手,但是这里是: ### Codesigning '/Users/Shared/Jenkins/Home/jobs/myapp/workspace/myapp_adhoc_7.mobileprovision' with 'iPhone Distribution: mycompany Inc.' + /usr/bin/codesign –force –preserve-metadata=identifier,entitlements,resource-rules –sign iPhone Distribution: […]