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

后端 未结 7 1204
醉梦人生
醉梦人生 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:28

    clang can't locate your precompiled header file. Have you checked whether there is a file named SlideMenu-Prefix.pch in /Users/linus/Dropbox/Apps/My App/Projekt/My App/ ? The path to the precompiled header file is specified by the "Prefix Header" build setting for your target.

提交回复
热议问题