Xcode4:构建 IPA 的替代方法
因此,对于 XCode4,众所周知,如果只有一个目标将“跳过安装”设置为“否”,则只能使用“构建和存档”来创建构建 .IPA。
我的问题是我们的项目包含多个目标,需要在某个时候作为 .ipas 发布。每次我需要构建 .ipa 时,都设置“跳过安装”很烦人。有谁知道更好的方法,也许使用我在某处看到的那些可怕的“配置文件”?目前,我正在使用 .xarchive 中的 .app 并以旧方式构建 .IPA,将其打包在 Payload 文件夹中。
So with XCode4, as is kinda well known, building .IPAs can only be created used "build and archive" if only one target has "Skip Install" set to "No".
My problem is that our project contains multiple targets, that need to be shipped as .ipas at some point. Setting "Skip Install" on each on everytime i need to build an .ipa is annoying. Does anybody know of a better way, maybe using those scary "Configuration Files" I've seen mentioned somewhere? Currently, i'm using the .app from the .xarchive and build an .IPA the old way, packaging it in a Payload folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
xcrun PackageApplication 怎么样?
执行从命令行 xcrun。
How about xcrun PackageApplication?
Execute xcrun from command line.
定义几个目标怎么样?您应该允许根据您的需要单独调整每一个。
How about define several targets? That should you allow to adjust each separately for your needs.