kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 474 forks source link

UFW_OPEN_BUILD_DIR=False not working #206

Open ravishankarachanta opened 9 years ago

ravishankarachanta commented 9 years ago

I'm trying to build my framework with the following command.

xcodebuild -workspace MyProj.xcworkspace -scheme MyProj -sdk iphoneos archive UFW_OPEN_BUILD_DIR=False

It builds fine and the framework is created but it also opens up the framework in Finder window even though I set UFW_OPEN_BUILD_DIR=False environment variable in the build command. This is becoming a problem in my Jenkins CI server Machine.

Should I do something differently?

Thanks in Advance.