clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)

后端 未结 6 993
名媛妹妹
名媛妹妹 2021-01-04 03:33

I don\'t know what causes it.

It does not happen at iPhone 5 and simulators. It have been happened only my original device iPhone 7.

fatal error: err         


        
6条回答
  •  孤街浪徒
    2021-01-04 04:26

    This has been driving me nuts and I still can not pinpoint the reason for the crash. But a few of these steps or a combination of these seems to remedy it in the meanwhile.

    • Try doing a clean build.
    • Run pod install / pod deintegrate.
    • Run npm install if you are working on a react native app after deleting node_modules
    • Close xcode and then delete ~/Library/Developer/Xcode/DerivedData
    • If nothing works try restarting the system.

提交回复
热议问题