file has been modified since the precompiled header was built

后端 未结 13 1959
鱼传尺愫
鱼传尺愫 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:32

    I faced this issue on OS10.10 with Xcode 6. I resolved issue by removing .pcm files.

    To delete press 'shift+command+g' & delete all .pcm files or goto the folder ~/Library/Developer/Xcode/DerivedData/ModuleCache/ & delete all .pcm files.

    Perform deep clean by pressing 'shift+alt+command+k.

    Hope it will work for you.

提交回复
热议问题