zoukankan      html  css  js  c++  java
  • xcodebuild命令行打包发布ipa

    配置好证书,然后在命令行转到项目目录

    1.清除

    EthantekiiMac:CTest ethan$ xcodebuild clean

    2.编译

    EthantekiiMac:CTest ethan$ xcodebuild -target CTest -configuration Release

    3.打包ipa

    EthantekiiMac:CTest ethan$ xcrun -sdk iphoneos  PackageApplication -v /Volumes/work/buildCommand/test/CTest/build/Release-iphoneos/CTest.app -o /Volumes/work/buildCommand/test/CTest/CTest.ipa

  • 相关阅读:
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    codevs 1501 二叉树最大宽度和高度x
  • 原文地址:https://www.cnblogs.com/bandy/p/4070781.html
Copyright © 2011-2022 走看看