I'm currently trying to build an .xcarchive using this command line:
xcodebuild -project onething.xcodeproj -target onething archive
This places the .xcarchive within a hard to find file location, so I was wondering if there's a configuration to be able to set the file location for the archive?
xcode->preferences->locations->archieves
xcodebuild now takes an -archivePath
argument. Use this to explicitly define where the archive will be output. Note that if this is used Organizer will not be able to find the file.
xcodebuild man page
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With