美文网首页
iOS Jenkins libswiftMetal.dylib:

iOS Jenkins libswiftMetal.dylib:

作者: Chris_C | 来源:发表于2018-12-03 16:24 被阅读14次

Mac机器 部署jenkins环境报错:

 15:28:08                      

/Users/Shared/Jenkins/Library/Developer/Xcode/DerivedData/HuiNengCloud-                    
bpbsszzqmvbgmygprvgiiybjylcb/Build/Intermediates.noindex/ArchiveIntermedi
ates/HuiNengCloud/InstallationBuildProductsLocation/Applications/HuiNengCl
oud.app/Frameworks/libswiftMetal.dylib: errSecInternalComponent

解决方案:

在编译脚本之前加如下脚本:密码为电脑开机密码

security unlock-keychain -p 密码

build

xcodebuild -workspace xxx.xcworkspace -scheme xxx -configuration     
$CONFIGURATION archive -archivePath build/xxx.xcarchive;

相关文章

网友评论

      本文标题:iOS Jenkins libswiftMetal.dylib:

      本文链接:https://www.haomeiwen.com/subject/pwnycqtx.html