Answers for "xcode build release"

0

where does xcode build to

$(HOME)/Library/Developer/Xcode/DerivedData/
Posted by: Guest on June-07-2021
1

xcode build release

// simply modify the file: <appname>.xcscheme
...
<LaunchAction
buildConfiguration = "Release" // <- change here from "Debug" to "Release"
...
Posted by: Guest on April-12-2022

Browse Popular Code Answers by Language