mapbox / mapbox-vision-ios

61 stars 26 forks source link

Vision crashes on iOS 14 with an unhandled exception when starting VisionManager in Apex #336

Open avi-c opened 3 years ago

avi-c commented 3 years ago

If you enable AR Navigation in Apex and attempt to use it by rotating your phone, the app will crash when Vision is starting up.

Configuration

Additional context

Backtrace from crash:

avi-c commented 3 years ago

So far this happens 100% of the time on my iOS 14 device but works fine on iOS 13. Perhaps related to #334.

MarcoCarnevali commented 3 years ago

Looking at the trace this could be duplicate of this: #334

dersim-davaod commented 3 years ago

Taking into account the stack trace above, I have an assumption on what's the reason. Going to check it later tomorrow and report if the fix can be provided soon.

chezzdev commented 3 years ago

@MarcoCarnevali @avi-c Is this still happening on Xcode 12?