2017-07-27 22 views
4

に単一スウィフトABIのバージョンを期待私はXcodeの8.3.3(8E3004b)とスウィフト3.1でコンパイルにこのエラーを取得しています:スウィフトSTDLIBツールエラー:

error message

コンパイルログルックスの終わり以下のような:

Copy Swift standard libraries into app 

CopySwiftLibs /Users/.../Library/Developer/Xcode/DerivedData/.../Build/Intermediates/ArchiveIntermediates/.../InstallationBuildProductsLocation/Applications/... 

cd /Users/.../Desktop/... 

export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate 

export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer 

export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" 

export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk 

builtin-swiftStdLibTool --copy --verbose --sign 5E5A51CAC2539864509F6653B0DC104FE3A518D1 --scan-executable /Users/.../Library/Developer/Xcode/DerivedData/.../Build/Intermediates/ArchiveIntermediates/.../InstallationBuildProductsLocation/Applications/.../... --scan-folder /Users/jpower/Library/Developer/Xcode/DerivedData/TAFIPS-cdqhmsienumzxcdzytsdwwwawavl/Build/Intermediates/ArchiveIntermediates/.../InstallationBuildProductsLocation/Applications/.../Frameworks --scan-folder /Users/.../Library/Developer/Xcode/DerivedData/.../Build/Intermediates/ArchiveIntermediates/.../InstallationBuildProductsLocation/Applications/.../PlugIns --scan-folder /Users/.../Desktop/.../Carthage/Build/iOS/Alamofire.framework --scan-folder /Users/.../Desktop/.../Carthage/Build/iOS/ObjectMapper.framework --platform iphoneos --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/.../Library/Developer/Xcode/DerivedData/.../Build/Intermediates/ArchiveIntermediates/.../InstallationBuildProductsLocation/Applications/.../Frameworks --unsigned-destination /Users/.../Library/Developer/Xcode/DerivedData/.../Build/Intermediates/ArchiveIntermediates/.../BuildProductsPath/SwiftSupport 

奇妙なことは、私も、私は今日までに成功を構築することができ、Xcodeの9.0ベータ(9M136h)とスウィフト3.2でコンパイルしたときに、私はこのエラーを持っていないです。

誰かが助けてくれることを願っています。

答えて

5

これはカートハージの問題です。それは、ここで議論されています:私が使用issue #2062

回避策が開くことです:~/Library/Caches/org.carthage.CarthageKit/と別のcarthage update

を行う前に、すべてを削除
0

私は自分のMacを再起動して、問題がなくなったことがわかりました。これが誰かを助けてくれることを願っています。

しかし、私はまだ何が問題なのか分からないので、誰かがなぜ知っているのか分かっていれば、私に教えてください。

関連する問題