iOS 将编译好的包添加到模拟器中
我已经从命令行为我的“调试”配置文件构建了一些捆绑包。我可以将它们移动到实际设备上(使用管理器),但我不知道如何在从命令行构建时将它们添加到模拟器设备中。我尝试将它们放入“build/Debug-iphonesimulator”中,但它们没有出现在 iOS 模拟器中。
这是如何正确实现的? (我不使用 xcode gui 的原因是因为我有一个用于多个包的工作批处理脚本)
I have built some bundles for my "Debug" profile from the command line. I can move these onto an actual device (using organizer), but I do not get how to add them to the simulator device when building from the command line. I have tried putting them in "build/Debug-iphonesimulator" but they do not show up in the iOS Simulator.
How is this correctly achieved? (the reason I am not using the xcode gui is because I have a working batch script for several bundles)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试为 iOS 模拟器添加这些位置的捆绑包
但我不明白你为什么要这样做。您可以复制xcode项目中的所有bundle并添加依赖项。 (这就是我在正常情况下会做的。)
Try to add the bundles these location for iOS simulator
But i didn't understand why do you want to do that. You can copy all the bundle in the xcode project and add the dependency. (That what i would do in normal scenario.)