gpt4 book ai didi

ios - 如何为模拟器构建 react-native 缩小的 "prod"应用程序?

转载 作者:行者123 更新时间:2023-11-29 12:12:45 26 4
gpt4 key购买 nike

如何在模拟器上以生产 模式运行 react-native 应用程序?我想出了如何生成缩小包...

$ react-native bundle --minify
Building package...
transforming [========================================] 100% 302/302
Build complete
Successfully saved bundle to ios/main.jsbundle

...但我不明白如何将 ios/main.jsbundle 加载到模拟器中。

最佳答案

我正在使用以下内容。 Xcode 不是从 iOS/main.jsbundle 而是从 iOS/PROJ/main.jsbundle 加载的。这可能只是我的情况,因为我已经升级了几次 react-native 版本。

$ react-native bundle --out iOS/MyProj/main.jsbundle --minify

关于产品,使用?dev=false。还要确保构建为“发布”方案。

// AppDelegate.m
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?dev=false"];

关于ios - 如何为模拟器构建 react-native 缩小的 "prod"应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32894025/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com