LoginSignup
2
1

More than 3 years have passed since last update.

【React Native】実機デバッグでPCのmetro bundlerに接続されない

Posted at

実機デバッグでmetro bundlerが動いてない

pre bundle installという表示がでてくる

調べた

AppDelegate.mに次の行があることを確認してくださいjsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil]。

あなたのデバイスとあなたのXcodeマックが同じwifiで動いているか確認してください。IOSのために内部的に、それ自身でipを推測するようにネイティブの試みに反応してください。

最初にコマンドラインからアプリを実行してみてください。そうすれば、dev packagerサーバーが実行され、そしてあなたのデバイスのxcodeを通してアプリを実行することができます。

結論

同じwifiネットワークに接続されていなかった

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1