我在本地运行Jenkins的iOS版本。使用Xcode 8.2.1。使用手动签名(即在Target-> General部分中正确选择的配置文件,团队和签名证书)。当我通过Xcode构建应用程序时,应用程序使用我的临时分发证书构建和存档。但是,当我尝试使用Jenkins构建时,我收到以下错误(我使用自己的构建脚本来构建应用程序而不使用Jenkins Xcode构建插件) -
Check dependencies
[BCEROR]No profile matching 'xxx' found: Xcode couldn't find a profile matching 'xxx'. 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.
是的,我已经尝试了以下但是那些没有帮助 -
将相关的配置文件复制到/Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles
位置。