gpt4 book ai didi

ios - 无法在ios模拟器中调试

转载 作者:行者123 更新时间:2023-11-29 11:57:15 24 4
gpt4 key购买 nike

我无法调试 im ios。我在模拟器中收到此错误:“运行时尚未准备好进行调试。-确保 Packager 服务器正在运行-确保 Javascript 调试器正在运行并且没有在断点或异常上暂停,然后再次尝试重新加载。”

如果我在 Chrome 中打开调试页面,控制台会显示此错误:

"debuggerWorker.js:18 Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'file:///Users/Mac/Library/Developer/CoreSimulator/Devices/F222C615-DE5C-423…e/Application/5ACB48B0-8306-460E-B6CE-FF0B5B9FEDC7/parko.app/main.jsbundle' failed to load."

iOS 中这个问题有什么解决方案吗???

最佳答案

调试应用程序时,您需要在后台运行打包程序。这是将代码发送到移动应用程序的过程。

通过运行手动启动打包器

react-native start

来自项目目录。如果该命令不起作用,请确保您安装了 react native cli:

npm install -g react-native-cli

要自动运行它,请确保您的 package.json 中有一个 script 标记,例如我的是:

"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
}

我使用的是 React Native 样板,所有这些都应该开箱即用。要获得一个空的 React Native 项目,请关注 React-native getting started guide :

react-native init AwesomeProject
cd AwesomeProject
react-native run-ios

关于ios - 无法在ios模拟器中调试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38502632/

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