xcodebuild - Xcode source code directory -



xcodebuild - Xcode source code directory -

goodday!

todo: compile files directory outside of xcode project. how tell xcode path source codes compile (like vpath in makefile)?

note1: right-click target , easy add together search path header files or lib, there havent found alternative add together new source code directory.

note2: havnt found reply in xcode build documentation issue.

p.s.: hope can without copying files xcode explicitly.

thank you!

drag directory containing files xcode project. way xcode knows needs compile files if contained in project , part of target.

xcode xcodebuild

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -