-
Notifications
You must be signed in to change notification settings - Fork 1.3k
iOS: Background crash — "Failed to bind EAGLDrawable" #1243
Comments
Fixed in #1254. |
@Sh1mor1nka, does the map view have a width or height of 0 points at the time you first add it to the view hierarchy? If so, you’re running into #1572. |
@1ec5 Correct, initially i add it without frame. UPD: Adding frame still doesn't resolve blank map :( |
You might consider activating Xcode’s view debugger to see if the map view is really the same size you expect it to be. From the screenshot, it looks like the upper part of the map view may be obscured. |
That’s correct: if you just call |
size is fine
But I didn't touch this code and it works in SDK 3.0.0, it centre on pin and map wasn't blank, i just update SDK to the latest version :) Anyway, thank you very much for your help! |
I was getting similar warnings in my debug console. For me the problem seemed to be caused by initializing Initializing |
@lukevella, yes, this is a known issue: #1572. |
Five or ten minutes after locking my device (iOS 8.3, iPhone 5) but leaving Xcode attached I noticed the demo app had crashed while everything was sitting idle. On
master
9b0376e.The text was updated successfully, but these errors were encountered: