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

Simulator freezes after SMS verification / in flow #26

Open
cpruijsen opened this issue Jul 16, 2016 · 5 comments
Open

Simulator freezes after SMS verification / in flow #26

cpruijsen opened this issue Jul 16, 2016 · 5 comments

Comments

@cpruijsen
Copy link

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
screen shot 2016-07-15 at 5 08 43 pm

*I'm new to React Native / mobile and Xcode - thanks for the help!

@cpruijsen
Copy link
Author

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)

@cpruijsen
Copy link
Author

cpruijsen commented Jul 16, 2016

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

@jpdriver
Copy link
Collaborator

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?

@dhrrgn
Copy link
Contributor

dhrrgn commented Aug 27, 2016

@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).

@MakarkinPRO
Copy link

Guys anybody have success with integration?

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

4 participants