如何修复错误 Xcode。找不到词法预处理器问题 Cordova/CDVJpegHeaderWriter.h' 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25903432/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How fix error Xcode. Lexical preprocessor issue Cordova/CDVJpegHeaderWriter.h' file not found
提问by Evgeny Davidof
I moved the project to another mac to get this error ((read a lot of answers to these questions but I did not help ((please help
我将项目移动到另一台 mac 以获取此错误((阅读这些问题的很多答案,但我没有帮助((请帮助
回答by Suhail kalathil
Make sure the Framework
and all it's headers
are imported
into your project properly.
确保它Framework
和它的所有内容headers
都imported
正确地放入您的项目中。
Also in your Build Settings
set YES
to Always search user paths
, and make sure your User header paths are pointing to the Framework.
同样在您的Build Settings
设置YES
中Always search user paths
,并确保您的用户标头路径指向框架。
Clean
the project once.
Clean
该项目一次。