Skip to content

Packacing iOS apps

Sergi Àlvarez i Capilla edited this page May 6, 2016 · 1 revision

There are several ways to distribute an app.

XCArchive

$ xcodebuild -exportArchive -exportFormat ipa -archivePath <path to archive> -exportPath <path to output>

IPA

$ zip -qry appname.ipa Payload
Clone this wiki locally