Simulator freezes after SMS verification / in flow
In my React Native iOS app the simulator freezes up after sending the SMS verification (which arrives successfully on an actual phone). It doesn't advance to the next screen - and neither Xcode nor react native throw errors.
Xcode does show this screen

*I'm new to React Native / mobile and Xcode - thanks for the help!
It logs this on an exception breakpoint:
2016-07-15 19:00:53.148 test2[10604:5869801] [Fabric] Unable to locate application icon
2016-07-15 19:00:53.171 test2[10604:5869801] [Crashlytics] Version 3.7.2 (112)
2016-07-15 19:00:53.463 test2[10604:5869886] [Crashlytics:Crash:Reports] Packaged report with id '1d2b064e2e794275b524d2887577cfd6' for submission
2016-07-15 19:00:53.777 [warn][tid:main][RCTEventEmitter.m:52] Sending websocketFailed with no listeners registered.
2016-07-15 19:00:53.833 [info][tid:com.facebook.react.JavaScript] Running application "test2" with appParams: {"rootTag":1,"initialProps":{}}. DEV === true, development-level warning are ON, performance optimizations are OFF
2016-07-15 19:01:17.696 test2[10604:5869801] Can't find keyplane that supports type 5 for keyboard iPhone-PortraitTruffle-PhonePad; using 452364516_PortraitTruffle_iPhone-Complex-Pad_Default
(lldb)
I also get: argv char ** 0x7fff552ea630 0x00007fff552ea630 _argv char * "/Users/cpruijsen/Library/Developer/CoreSimulator/Devices/C3658562-3FFC-4357-878E-60918C060C28/data/Containers/Bundle/Application/CFAE6FA6-5EC2-468E-95AC-82D690115E5E/test2.app/test2" 0x00007fff552ea8b8 *_argv char '/' argc int 1
but I have no idea what it means unfortunately
Hmmm that's weird. Found a similar StackOverflow post that makes it sound like you can just ignore it http://stackoverflow.com/questions/33005197/ios-9-swift-2-input-from-numpad-cant-find-keyplane but obviously not if the whole Simulator breaks..
I'm doing a couple of updates today and everything's still working for me over here (started new RN project from scratch to check) so I don't know unfortunately!
Out of curiosity, do you get the same thing running on your physical device?
@cpruijsen What the full NSException that gets thrown? You should see it in the Xcode output window (in the screenshot, it is the pane at the bottom right below the code pane).
Guys anybody have success with integration?