简体   繁体   中英

How can you manually add an archive to Xcode 8's organizer?

I have an archive built by a bot and want to provision it for ad-hoc deployment and so want to get it into Xcode's organizer window in order to select the Export button and provision it accordingly.

Dragging and dropping directly in the organizer doesn't work (says this can be done in unaccepted answer here Can you add archive file directly to XCode Organizer? )

I placed it in /Users/Me/Library/Developer/Xcode/Archies but it still didn't show up in the organizer.

You need to place it in the correct directory. Xcode archives are sorted by date, which you need to include in the path:

/Users/XX/Library/Developer/Xcode/Archives/2017-05-18/Archive.xcarchive

You may need to restart Xcode after modifying the archives directory.

There's an option to automatically move and show in the organizer

在此处输入图片说明

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