Jenkins 自动打包Bug

安装Java环境文档:https://blog.csdn.net/zhanglizhi111/article/details/78872531

1 FATAL: The path to store mobile provisioning profile files on the master is not configured. Go the plugin main configuration page and give the path.

解决办法: 描述文件和证书路径不对或者就没有设置

2
PROVISIONING_PROFILE=

  • xcodebuild archive -workspace /Users/Shared/Jenkins/Home/workspace/YGPH/YGPH.xcworkspace -scheme YGPH -configuration Release -archivePath /Users/Shared/Jenkins/Home/workspace/YGPH/build/YGPH.xcarchive -quiet
    xcodebuild: error: '/Users/Shared/Jenkins/Home/workspace/YGPH/YGPH.xcworkspace' does not exist.

shell : 路径不对

3
No profile for team 'T75SYUGES8' matching 'PHGULi_Development' found: Xcode couldn't find any provisioning profiles matching 'T75SYUGES8/PHGULi_Development'. 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 Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'

解决方法: 描述文件路径 /Users/Shared/Jenkins/Library/MobileDevice/Provisioning Profiles
jenkins 整个文件要给当前账号权限

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容