assume have 2 xcode4 projects
- app
- library
since library active developing, new headers might added time time, code might changed time time.
even can drag library xcode project app xcode project, still need copy headers manually.
are there easy way, rather copy library app library folder, can develope codes on 2 projects @ same time, e.g. debugging.
a few recommendations after beating head against wall:
try creating xcode 4 workspace containing 2 projects. seems work better having 1 sub-project of other.
instead of copying headers, add path "header search paths", select "always search user paths" (both in build settings).
to started: xcode 4 workspace docs
Comments
Post a Comment