App Crash - UIViewControllerHierarchyInconsistency
See original GitHub issueBug
When i open the app, it crashes sometimes ( %20 crash rate ) There is no log on console, Flipper can’t catch any error, Only Crashlytics catches the error.
- Android is working very well.
- There is no problem on version 3.3.0
react-native info
output:
System:
OS: macOS 10.15.3
CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Memory: 162.63 MB / 8.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.11.1 - /usr/local/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.14.5 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode: 11.3.1/11C505 - /usr/bin/xcodebuild
Languages:
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.62.2 => 0.62.2
npmGlobalPackages:
*react-native*: Not Found
Library version: 4.0.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:58 (17 by maintainers)
Top Results From Across the Web
'UIViewControllerHierarchyInconsistency' thrown when using ...
I spent the day trying to figure out a crash on my app related with a textfield's inputView. I've tried making a test...
Read more >IOS IMA sdk - Fatal Exception - Google Groups
Crash occurs when mid roll ads play in fullscreen and then when played in PIP. Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency ......
Read more >a bug about [UINavigationControlle… | Apple Developer Forums
it will crash! crash log: Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency', reason: 'child view controller:<UIViewControllerC: ...
Read more >iOS : App crashes on IOS 6 - UIViewControllerHierarchyInconsistency
iOS : App crashes on IOS 6 - UIViewControllerHierarchyInconsistency [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOS : App crashes ...
Read more >[Solved]-UIViewControllerHierarchyInconsistency crashes app only ...
Coding example for the question UIViewControllerHierarchyInconsistency crashes app only in iOS 8 and Xcode 6.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This seems to have to reappeared (5.4.0 + iOS).
I narrowed down the problem in my case to version 4.1.0.
4.0.1: works as expected 4.1.0: throws the ViewController error above and the app crashes.