0
Xcodeをバージョン9.0.1に最近更新しましたが、私のiPhoneでプロジェクトが正常に動作しませんが、シミュレータで正常に動作します。ここでは、ログINFOMATIONは次のとおりです。Apple LLVM 9.0エラー
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: aarch64-apple-darwin16.7.0
Thread model: posix
InstalledDir:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg:
/var/folders/45/mzdnwtsn6bx8wlzgl0svljdc0000gn/T/ExchangeHistoryController-141ae9.m
clang: note: diagnostic msg: /var/folders/45/mzdnwtsn6bx8wlzgl0svljdc0000gn/T/ExchangeHistoryController-141ae9.cache
clang: note: diagnostic msg: /var/folders/45/mzdnwtsn6bx8wlzgl0svljdc0000gn/T/ExchangeHistoryController-141ae9.sh
clang: note: diagnostic msg: /var/folders/45/mzdnwtsn6bx8wlzgl0svljdc0000gn/T/ExchangeHistoryController-141ae9.crash
clang: note: diagnostic msg:
********************
私はいくつかの男が前に同じ問題を満たしていることをオンラインで見つけると、この問題を解決するためにXcodeのビルド設定でビットコードをオフになっています。私は同じことをした、何も私のために働いた。誰でもこれを修正することに成功しましたか?任意のアイデアをいただければ幸いです!