iOS 将编译好的包添加到模拟器中

发布于 2024-11-09 01:28:54 字数 201 浏览 0 评论 0原文

我已经从命令行为我的“调试”配置文件构建了一些捆绑包。我可以将它们移动到实际设备上(使用管理器),但我不知道如何在从命令行构建时将它们添加到模拟器设备中。我尝试将它们放入“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

涫野音 2024-11-16 01:28:54

尝试为 iOS 模拟器添加这些位置的捆绑包

Users/USER_NAME/Library/Application Support/iPhone Simulator/APP_NAME

但我不明白你为什么要这样做。您可以复制xcode项目中的所有bundle并添加依赖项。 (这就是我在正常情况下会做的。)

Try to add the bundles these location for iOS simulator

Users/USER_NAME/Library/Application Support/iPhone Simulator/APP_NAME

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.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文