Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Debugger never loads the app in iOS Simulator — 0.61.1 #26573

Closed
m2mathew opened this issue Sep 25, 2019 · 1 comment
Closed

Using Debugger never loads the app in iOS Simulator — 0.61.1 #26573

m2mathew opened this issue Sep 25, 2019 · 1 comment
Labels
Bug Platform: iOS iOS applications. Resolution: Locked This issue was locked by the bot.

Comments

@m2mathew
Copy link

The issue

As a developer, I expect that using the debugger will still render my app.

With a brand new RN project in 0.61.1, when I trigger the debugger in the iOS simulator the app remains in the "loading" state.

I made zero modifications to the initial RN template. I only hit ⌘-D to open the context menu and selected "Debug" (see video).

This was working as expected with 0.61.0 in a project I made two days ago.

React Native version:

react-native 0.61.1
react-native-cli 2.0.1

Steps To Reproduce

  1. react-native init NameOfProject
  2. cd NameOfProject
  3. cd ios && pod install then cd ..
    • I have also reproduced it without step 3
  4. yarn ios

Describe what you expected to happen:

"Debug" will load the app in the simulator.

Snack, code example, screenshot, or link to a repository:

react-native--debug-not-loading

@m2mathew m2mathew added the Bug label Sep 25, 2019
@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Sep 25, 2019
@m2mathew
Copy link
Author

m2mathew commented Sep 25, 2019

Ah, looks like I already had a debugger open at http://localhost:8081/debugger-ui/. For some reason this seems to hang the process.

Another good reason to not roll with 30 tabs open at once! 😁 I didn't notice that I already had it open.

I am closing this since the fix was to have zero debugger tabs open. Not sure if the RN team would consider this a bug.

@facebook facebook locked as resolved and limited conversation to collaborators Oct 3, 2021
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: iOS iOS applications. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

2 participants