I imported an XCode project inside another XCode project. I dragged and dropped project B inside project A like in How to Call Xcode Project In Another Xcode Project…….?
Next, i imported a class from project B in project A, so i could use a method but i gave me an error
“ClassTemp.h’ file not found”.
From what i´ve read this should have worked. Do i have to do some kind of configuration for it to work?
Try adding the location of your other project to the Header Search Paths in the Build Settings of the main project.