概要
Xcodeのversionを12にアップデートしたんですがビルドが通らなくなってしまいました。
Carthage builds fail at xcrun lipo on Xcode 12 beta (3,4,5...) #3019こちらのCarthageのバグについては修正済みです。
carthage updateを叩くと以下のようなエラーが出て止まってしまいます。
何がいけないのかよくわからず困っています。リポジトリはprivateリポジトリをgithubに作っています。
*** Building scheme "APIKit" in APIKit.xcworkspace Build Failed Task failed with exit code 1: /usr/bin/xcrun lipo -create /Users/name/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/APIKit/5.1.0/Build/Intermediates.noindex/ArchiveIntermediates/APIKit/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/APIKit.framework/APIKit /Users/name/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/APIKit/5.1.0/Build/Products/Release-iphonesimulator/APIKit.framework/APIKit -output /Users/name/Documents/toolbox/github/productName/Carthage/Build/iOS/APIKit.framework/APIKit This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/h9/lsfwvrj92573r2frdwtxcq_w16g5vl/T/carthage-xcodebuild.cggtOX.log
あなたの回答
tips
プレビュー