简体   繁体   中英

How can I add fastlane builds to Xcode's archive organizer?

After setting up fastlane with mostly default settings I got an automated build and upload to iTunes Connect using gym's export_method: "app-store" . This uploads files to iTunes connect, and leaves in the current directory *.app.dSYM.zip and *.ipa files. However, when I open Xcode's organizer I don't see a build archive for the uploaded files.

Is it somehow possible to convert the files left by fastlane into an Xcode archive and have it appear in the organizer? Gym parameter documentation mentions alternatives for the export_method parameter : ad-hoc, package, enterprise, development, developer-id , but I have no idea what they mean or do.

EDIT: Since Fastlane is placing files in a hardcoded path I opened an issue about this .

If you don't pass a build_path or archive_path to gym it should default to placing your archive into ~/Library/Developer/Xcode/Archives/[date] . That is where Xcode looks for archives, so they should then be visible 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