简体   繁体   中英

Xcodebuild Archive Location

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

Xcode open Project and go to Build setting , find enable Bitcode , by default its is YES make it is as NO and save

also check in build.json packageType match with Apple id Certificate ie Development

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM