Appcode cant find header files that worked fine with xcode
Answered
Appcode can't seem to find header files included in my different pods folders and even after adding the files to search header paths, I still get the error. The app compiles fine and runs as well but the editor still gives me errors. Any workaround for it?
PS : It works fine with Xcode.
Please sign in to leave a comment.
Hi,
if it works in Xcode, this is probably a bug in AppCode. Is there a way you could share a sample project? You can upload one if you create an issue in YouTrack.
Thanks. Actually adding it in the specific project fixed the issue as the header search paths were empty in it but no problem is faced in xcode where the search paths are filled automatically.