I use xcodebuild from the command line in the script, but I realized that I can not specify the path to the project I want to create, I have to write cd to the folder where the project is located.
Is there a way to execute the build process without using cd in the directory, or is it the way it should be?
Itβs not very important to write cd to the directory and execute xcodebuild, but Iβm curious that if you ever need to create a project and you wonβt be able to write it to the directory .... It makes no sense to me to not specify the path.
xcodebuild macos
user393267
source share