Closed yshym closed 3 years ago
If option -configuration is omitted Debug value will be used by default and binary will be outputed to build/Debug/choose instead of build/Release/choose. I faced this issue while building choose using Xcode 13.0
-configuration
Debug
build/Debug/choose
build/Release/choose
choose
Thanks for the contribution!
If option
-configuration
is omittedDebug
value will be used by default and binary will be outputed tobuild/Debug/choose
instead ofbuild/Release/choose
. I faced this issue while buildingchoose
using Xcode 13.0