ios - building xcode project from jenkins fails. when building in command line runs just fine. why? -
ios - building xcode project from jenkins fails. when building in command line runs just fine. why? -
building xcode project jenkins fails. when building in command line runs fine. why? is error get:
[beror]code sign error: no matching provisioning profile found: build settings specify provisioning profile uuid “_uuid_”, however, no such provisioning profile found. [beror]codesign error: code signing required product type 'application' in sdk 'ios 7.1'
this command line used: xcodebuild -project projectname.xcodeproj/ -target targetname -configuration release -sdk iphoneos7.1 clean build
ps: object censored question can appear online, there real info there before.
are using login key-chain or did create different key-chain jenkins builds app signing?
if using login key-chain create sure unlock key-chain during build. if using different key-chain create sure swap key-chains , unlock it.
jenkins - xcode build works codesign fails - thread quite informative.
also adding these 2 commands build can help debug it: /usr/bin/security list-keychains /usr/bin/security find-identity
ios xcode jenkins osx-mavericks
Comments
Post a Comment