楼主 我配jenkins的时候也有一个棘手问题
Check dependencies
[BCEROR]No profiles for 'com.xxx.ngame' were found: Xcode couldn't find a provisioning profile matching 'com.xxx.ngame'.
[BCEROR]Code signing is required for product type 'Application' in SDK 'iOS 10.2'
我用的xcode的command在jenkins里直接写的shell
xcodebuild -project /Users/Shared/Jenkins/Home/jobs/jenkinstest/workspace/default/ci/jenkinsios/Unity-iPhone.xcodeproj -scheme Unity-iPhone -sdk "iphoneos10.2" archive -archivePath /Users/Shared/Jenkins/Home/jobs/jenkinstest/workspace/default/ci/jenkinsios/build/Release-iphoneos/ngame.xcarchive
这句话在jenkins里就报上面的错误,在系统terminal里就可以执行。
楼主有良策么?
使用 Jenkins 持续集成 iOS 项目时碰到的一些问题学习 Jenkins 时遇到很多的坑。。。把这些问题记录下来,避免再犯。 Q1 A1 1.用 Xcode 打开 iOS 项目,在 【TARGETS】 - 【General】 ...