-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
AlertRow crashing when selecting on Beta5 #1629
Comments
Can you show us a stack trace where that is happening? |
yes, I forgot to mention is crashing when selecting the cell. here is the trace
|
What I found during debugging is that ViewDidLoad is being called before it should (at initialization)
|
I see. I think it is normal that you would gt problems if viewDidLoad is called too early. I tried this with the AlertRow in the examples and the Are you accessing the view or the controller of the alert somewhere else in the code which might lead to the view being loaded too early? |
No, for testing I copied the row and inserted it in an empty form and got same result, I will try now installing the example into my iPhone and let you know. My app has being working perfectly until I installed the iOS 12 Developer Beta 5, after that even my release apps started crashing. I hope it is a Beta bug, but if it isn't the AlertRow will fail in iOS 12. [Update] |
It's not crashing for me running the examples on the simulator (iOS Beta 4). Did it crash with beta 4 as well for you? Does it only crash on the device? |
Hey, just installed Beta 6 and it works again! |
Good to hear that. I will close this issue then |
The following code is working fine on simulator but is crashing on my recently updated iPhone 6s with developer beta 5
I'm receiving this error:
Could not cast value of type 'Swift.Optional<Eureka.RowOf<Swift.String>>' (0x114b36648) to 'Eureka._AlertRow<Eureka.AlertSelectorCell<Swift.String>>' (0x114b1d970).
The text was updated successfully, but these errors were encountered: