美文网首页
【解决】解决Carthage 报错Build Failed Ta

【解决】解决Carthage 报错Build Failed Ta

作者: Matt_Z_ | 来源:发表于2020-08-31 11:28 被阅读0次
A406A390-A5DE-43DD-99DD-7AF8044A9FB1.png

Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/CP/Desktop/Netkit\ demo/NetKitDemo03/Carthage/Checkouts/MMDB-Swift/MMDB.xcodeproj -scheme MMDB-iOS -configuration Release -derivedDataPath /Users/CP/Library/Caches/org.carthage.CarthageKit/DerivedData/11.6_11E708/MMDB-Swift/0.3.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/ty/gzpd_0mn2rb17vxnv8f6k15r0000gp/T/MMDB-Swift SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/CP/Desktop/Netkit demo/NetKitDemo03/Carthage/Checkouts/MMDB-Swift)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/ty/gzpd_0mn2rb17vxnv8f6k15r0000gp/T/carthage-xcodebuild.SSB1pk.log

解决方案:

carthage update --platform ios 或者 carthage update --platform ios --no-use-binaries

参考:carthage踩坑

相关文章

网友评论

      本文标题:【解决】解决Carthage 报错Build Failed Ta

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