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踩坑