Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import XCode project inside another XCode project [duplicate]

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?

like image 432
bruno Avatar asked Sep 13 '12 15:09

bruno


1 Answers

Try adding the location of your other project to the Header Search Paths in the Build Settings of the main project.

like image 147
DrummerB Avatar answered Sep 17 '22 18:09

DrummerB