So. ‘Xcodebuild’ is nice, but i’d like to use makefiles. Before using gcc and pbxcp, it makes directory (mean builds) like “./build/proj.build/Release/…” self, and i dont know how to repeat this action
=== BUILDING NATIVE TARGET proj WITH THE DEFAULT CONFIGURATION (Release) === …
GCC_VERSION=3.3. The options you pass to xcodebuild are Xcode settings, not gcc settings. Check out http://developer.apple.com/releasenotes/DeveloperTools/Xcode/XcodeBuildSettings.html .