macos - Create .xcarchive for CMake project without XCode generator for publish to App Store - Stack Overflow

At the moment, Apple provides the ability to collect .xcarchive.ipa by means of XCode, in particular

At the moment, Apple provides the ability to collect .xcarchive / .ipa by means of XCode, in particular xcodebuild.

But for this method, you need to generate an XCode project using CMake. Unfortunately, the XCode generator is slower in terms of speed than the Ninja generator in compilation, so I would like to build an app for the App Store without XCode's participation, with the option to select a CMake generator.

For example, next code generate .xcarchive, and i can convert it to .ipa, if needed

xcodebuild archive -project app.xcodeproj -scheme MyApp -config Release -destination generic/platform=iOS

So if use only CMake build with any generator, as output i gave .app, and i dont found any way to convert it to .xcarchive.

Is there a way to convert .app to .xcarchive? Or the ability to generate .xcarchive using CMake?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744207664a4563180.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信