Jenkins xcode插件代码签名说明

时间:2019-01-28 23:14:40

标签: ios xcode jenkins provisioning-profile

我正在使用Jenkins xcode插件在我的手机上创建一个“ .app”文件(通过ios-deploy)。

我是否添加手动代码符号似乎都没有关系。实际上,我添加了“ otherCrap”的捆绑ID配置文件UUID,该应用程序仍可以在我的设备上正常运行。

是否因为在手机中部署了“ .app”而忽略了手动配置文件?

这是内部版本的日志:

15:03:56 cd /Users/<myUser>/.jenkins/workspace/<myBuildJob> 15:03:56 export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate 15:03:56
15:03:56 Signing Identity: "iPhone Developer: <username> <password> (<someotherid>)" 15:03:56 Provisioning Profile: "iOS Team Provisioning Profile: <provision profile name>" 15:03:56 (<some other long id>) 15:03:56 15:03:56 /usr/bin/codesign --force --sign <some long id> --entitlements /Users/<myUser>/Library/Developer/Xcode/DerivedData/<jobId>/Build/Intermediates.noindex/<ios workspace>.build/Release-iphoneos/<ios workspace>.build/<ios workspace>.app.xcent --timestamp=none /Users/<myUser>/.jenkins/workspace/<build job name>/build/Release-iphoneos/<ios workspace>.app

enter image description here

0 个答案:

没有答案