Xcode: Project in Project -


i made main project in xcode, need add additional project there. created it, if try connect headers additional project, "file not found" error. how can fix it?

screenshot of project:

enter image description here

you should build static library (.a files) sub-projects, , set user header search paths in main project.

fyi:

http://www.cocoanetics.com/2011/12/sub-projects-in-xcode/

http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -