How to fix Xcode error. Lexical preprocessor problem Cordova / CDVJpegHeaderWriter.h 'file not found

I moved the project to another mac to get this error ((read many answers to these questions, but I didn't help ((please help

screenshot

+2


source to share


1 answer


Make sure Framework

everything headers

imported

is correct in your project.

Also in yours, Build Settings

set YES

to Always search user paths

and make sure your user header paths point to Framework.



Clean

project once.

+7


source







All Articles