Skip to content

Instantly share code, notes, and snippets.

@satoshin2071
Last active June 10, 2016 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satoshin2071/f8e6f3f5d86753d84672fb85a3bcd65e to your computer and use it in GitHub Desktop.
Save satoshin2071/f8e6f3f5d86753d84672fb85a3bcd65e to your computer and use it in GitHub Desktop.
ipa作成.md

automatorで実行する

xcrun -sdk iphoneos PackageApplication "$1/Products/Applications/Storie.app" -o "$1.ipa"

以下の方法だと、サードパーティのフレームワークを入れると失敗する。

xcodebuild -exportArchive -archivePath (入力 xcarchive) -exportProvisioningProfile StorieDev_iOS_Development -exportPath (ipa 出力ファイルパス)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment