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

Crash on App Launch 0.62.2 in Debug Mode #51

Open
andrew-schenk opened this issue Jun 1, 2020 · 2 comments
Open

Crash on App Launch 0.62.2 in Debug Mode #51

andrew-schenk opened this issue Jun 1, 2020 · 2 comments

Comments

@andrew-schenk
Copy link

Following the setup instructions listed here.

React Native: 0.62.2
Target: iOS
Debug: true

npx react-native init Red5ProDemo

Clean new 62.2 react native app is unrunnable once the install steps are followed for this SDK.

The app installs onto the physical iPhone and then promptly crashes as shown below.

libc++abi.dylib: terminating with uncaught exception of type folly::AsyncSocketException: AsyncSocketException: recv() failed (peer=[::1]:8089, local=[::1]:63792), type = Internal error, errno = 54 (Connection reset by peer)

When building in Release mode, it does not crash. I'm guessing it has to do with React Native 62's inclusion of Flipper, the new debugging tool.

Backtracking to React Native 0.61.5 installs Red5Pro correctly and it does not crash in debugging on app launch.

@chungweileong94
Copy link
Contributor

Yeah, faced the same.
Something to do with the Flipper, it works if I disable Flipper manually, this definitely needs a fix😕

@chungweileong94
Copy link
Contributor

Another workaround is to have Flipper open beforehand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants