How can I set position independent build setting using xcodebuild from the command line? -


i'm working third party tools generate xcode project files few subcomponents. tools generate project files generate position-dependent code set yes (potentially because tool generates project files os x builds , latest update has confused).

while turn these flags off in gui, it's not convenient build process scripted generate each project file, build it, move binaries around, lipo them together, etc.

i'm sure these settings can overridden on command line, i'm curious setting key is. instance, don't know if setting=value means setting name verbatim how displays in xcode (generate position-dependent code), there spaces in it.

if can provide listing of settings can passed xcodebuild, super.

the setting name gcc_dynamic_no_pic. "generate position-dependent code" description.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -