菜鸟教程小白 发表于 2022-12-13 13:07:08

ios - Xcode 或 native-react 锁定到错误的根目录以搜索 .ios.js 文件


                                            <p><pre><code>2016-02-24 13:29:08.472 Cannot find entry file Examples/UIExplorer/UIExplorerApp.ios.js in any of the roots: [&#34;~/ReactNativeApps/Starter&#34;]
</code></pre>

<p>我正在从一个新文件夹 (<code>react-native/Examples/UIExplorer</code>) 运行,该文件夹是通过执行 git clone 创建的,如示例文件夹 <a href="https://github.com/facebook/react-native/tree/master/Examples/UIExplorer" rel="noreferrer noopener nofollow">link to Examples folder in github</a> 的 .md 文件中所述在 native-react 的 github 存储库中。错误消息中的“根”恰好是我之前成功运行的另一个文件夹,而不是我当前执行 <code>open UIExplorer.xcodeproj/</code> 以启动 Xcode 的文件夹。代码可在 <a href="https://www.dropbox.com/s/gd9kmp43cy8hskf/react-native.zip?dl=0" rel="noreferrer noopener nofollow">zipped folder in dropbox</a> 中找到</p>

<p>我应该在哪里查看定义根的位置。这似乎是一个 Xcode 问题,但在 Xcode 的build设置中没有对文件夹名称的引用。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在此链接<a href="https://stackoverflow.com/questions/32517769/react-native-uiexplorer-wont-open" rel="noreferrer noopener nofollow">react-native-uiexplorer-wont-open</a>建议是节点没有更新,所以我完成了克隆等步骤。当我执行 <code>npm start</code> 时,我收到一个错误,表明端口 8081 正在被另一个进程使用。然后,执行 <code>lsof -n -i4TCP:8081</code> 显示了许多使用端口 8081 的进程。当我杀死这些进程时,我所有的 react-native 问题都神奇地消失了。 </p>

<p>似乎终止运行模拟器的进程不会终止端口 8081。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Xcode 或 native-react 锁定到错误的根目录以搜索 .ios.js 文件,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35632737/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35632737/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Xcode 或 native-react 锁定到错误的根目录以搜索 .ios.js 文件