Xcode 4.2
Now I have two project name with “game.xcodeproj” and “core.xcodeproj”
I want refrence all “core” files and resource in “game”.
Now I drag “core” into “game” project without copy. But it can’t read “core” head file.
Xcode 4.2 Now I have two project name with game.xcodeproj and core.xcodeproj I want
Share
try to add a path to “core” head file into the “Header Search Paths” in Build Settings of “game” project. Maybe,
$(SRCROOT)/core.hor absolute path, doesn’t matter. And switch toYESoption “Always Search User Paths”