Xcode 14.3 / build path for app

Hello Community,

where can I configure the path / directory where Xcode should save the compiled app (release)?

I checked the Xcode documentation and searched this forum and did not find this information (I did not read all >41k results :-) ).

I tried configurations within the schema and Build Settings but nothing worked.

All the time I can find my app in the path /Users/<username>/Library/Developer/Xcode/DerivedData/<appname>/Products/Release/<appname>.app

Best regards

--Christian

Answered by kmitko in 754227022

Go to Xcode settings -> Locations -> Advanced.

Accepted Answer

Go to Xcode settings -> Locations -> Advanced.

Thank you very much @kmitko.

Xcode 14.3 / build path for app
 
 
Q