[Xcode] fatal error: file 'xxx' has been modified since the precompiled header was built 1 error generated.
During iOS app development, I encountered an error when building after replacing the external SDK opencv2.framework files.
fatal error:
file '/Users/your_username/git/myapp/./opencv2.framework/Headers/opencv.hpp'
has been modified since the precompiled header was built
1 error generated.
Clean and then rebuild - that’s it.
That’s all from the Gemba.