johnno1962/injectionforxcode

fatal error: 'header.h' file not found #import "header.h"

amit115 opened this issue · 2 comments

I have folder structure as following in my app :
Base/privateFolder/header.h
Base/AppFolder/Appcode.m

In the Appcode.m i am calling the #import "header.h" .The plugin is not able to find the header.h file and recompilation fails.If i keep the .h file in the same folder as Appcode.m it is able to find it but this is not possible as i have a well structured huge code base .
How could i overcome this issue?

+1 help

You could add the path to your project’s header include path perhaps?