You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: