Import XCode project inside another XCode project

Posted by bruno on Stack Overflow See other posts from Stack Overflow or by bruno
Published on 2012-09-13T15:35:10Z Indexed on 2012/09/13 15:38 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode