jenkins provisioning profile issue

ぐ巨炮叔叔 提交于 2019-12-13 15:18:39

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!