file has been modified since the precompiled header was built

后端 未结 13 1885
鱼传尺愫
鱼传尺愫 2020-12-23 09:49

So I accidentally modified a header (CBCentralManager.h) and caused the above error to show when I build. I searched stack overflow for the solution, and found

相关标签:
13条回答
  • 2020-12-23 10:36

    I was facing this issue. Deleting moduleCache and restarting Xcode & Mac did not help me to resolve the issue.

    Solution that worked for me: I copied the path "/private/var/folders/5s/1q3qz48j6zxc028txvdyqhwr000btt/C/org.llvm.clang/ModuleCache" in Finder->Go to folder, deleted all the folders from that ModuleCache.

    Now I am able to build successfully.

    0 讨论(0)
提交回复
热议问题