iOS命令行自动打包(archive)

https://blog.csdn.net/chonglin1930/article/details/100803274

 https://www.jianshu.com/p/347056c3f49c

注意下-workspace和-project区别

  1.   上面的命令中:
  2.  
      -project TestAutoPacking.xcodeproj:编译项目名称
  3.  
      -workspace TestAutoPacking.xcworkspace:编译工作空间名称
  4.  
      -scheme TestAutoPacking:scheme名称(一般会与你的项目名称相同)
  5.  
      -configuration Release:(Debug/Release)

相关推荐