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?