一、Archive命令
xcodebuild -workspace <workspaceName> -scheme <schemeName> -archivePath build/<schemeName>.xcarchive archive

二、导出ipa命令
xcodebuild -exportArchive  -exportOptionsPlist mobip2p/info.plist -archivePath build/mobip2p.xcarchive -exportPath build/

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2021-07-16
  • 2021-05-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案