The workspace with the iOS project and related a static library project
I am fighting with Xcode 4 workspaces. Currently Xcode 4 wins. Thus, my situation: I have the workspace with the iOS app project. There is also static library project iOS app depends on in the this workspace. Solution #1 I try to configure like this: the app project: add to target's Build Phases > Link Binary With Library a product ( libmystaticlib.a ); set USER_HEADER_SEARCH_PATHS to $(TARGET_BUILD_DIR)/usr/local/include $(DSTROOT)/usr/local/include ; the static library project: add some header files to target's Build Phases > Copy Headers > Public ; set SKIP_INSTALL to YES . And important