问题
Check dependencies No iOS profile matching 'Nitin xxxxxxx/xyzCAppStore' found: Xcode couldn't find a profile matching 'Nitin xxxxxxx/xyzCAppStore'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor. Code signing is required for product type 'Application' in SDK 'iOS 10.3'
** BUILD FAILED **
The following build commands failed: Check dependencies (1 failure) Build step 'Xcode' marked build as failure Finished: FAILURE
have tried below things
http://code-dojo.blogspot.in/2012/09/fix-ios-code-signing-issue-when-using.html
https://wiki.jenkins-ci.org/display/JENKINS/Keychains+and+Provisioning+Profiles+Plugin
回答1:
I have solved same problem by following steps
- Switch to your Jenkin Account [Login to your Jenkins Account]
- Install all required certificates and provisioning in keychain in Jenkin-Account
- Jenkins/Home/workspace or may be different on your Mac [you need to locate the workspace] go to this location.
- You will find the Xcode project which is created by Jenkin local server-- Open this Xcode project -- set provisioning and certificates
- close the project
- open localhost:8080 build your project from Jenkin
jenkins provisioning profile issue will be solved
来源:https://stackoverflow.com/questions/44582714/jenkins-provisioning-profile-issue