You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Following the setup instructions listed here.
React Native: 0.62.2
Target: iOS
Debug: true
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.
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.
The text was updated successfully, but these errors were encountered: