最近在捣鼓IOS编译,在Mac上安装Jenkins后,使用命令行编译Xcode项目,碰到各种权限问题,快被玩死了!
现在也没弄懂用Java启动Jenkins.war之后系统是如何判断用户的(如果谁懂,请@我,不胜感激)
用Java启动Jenkins.war后,Jenkins需要访问keychain,但是用命令行执行的方式,无论如何都无法访问,总是报各种错误,类似以下UUID找不到的错误。
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “xxxxxxxx-xxxx-4136-8dc1-xxxxxxxxxxx”, however, no such provisioning profile was found
除此之外还要修改各种文件夹权限、用户权限,简直让让人崩溃。
后来终于搜索到一篇文章(http://blog.csdn.net/u011866450/article/details/38117393)
意思就是使用Jenkins节点,本机自己做自己的节点,用节点的方式去运行项目,就不存在各种权限的问题了,试了一下,完全没问题了。