Apple LLVM 6.0 Error: clang failed with exit code -1

后端 未结 7 1203
醉梦人生
醉梦人生 2020-12-03 05:51

I created my app on my MacBook Air and kept working with it there which was fine. Then I started working with a colleague who used another Mac (of course). Anyway, we share

7条回答
  •  情歌与酒
    2020-12-03 06:16

    Try, In Xcode project settings, Targets-> Tests section-> Build Settings->Linking remove all linkig

    OR Remove Tests Section as a whole.

    Build again and Its done!!

提交回复
热议问题