You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
#5497 didn’t completely fix #5486: not only is UIFontWeightUltraLight new to iOS 8.2, but so is +[UIFont systemFontOfSize:weight:]. As a result, initializing an MGLMapView in Mapbox iOS SDK v3.3.0 causes an uncaught exception and crash on iOS 8.1 and below.
Given the severity of this issue, I created an ios-v3.3.2 milestone to expedite the fix.
By the way, it turns out that the crash only occurs on iOS 7.x, not on iOS 8.0 or 8.1. The API was added privately in iOS 8.0; it just wasn’t made public and documented until the iOS 8.2 SDK.
#5497 didn’t completely fix #5486: not only is
UIFontWeightUltraLight
new to iOS 8.2, but so is+[UIFont systemFontOfSize:weight:]
. As a result, initializing an MGLMapView in Mapbox iOS SDK v3.3.0 causes an uncaught exception and crash on iOS 8.1 and below.Given the severity of this issue, I created an ios-v3.3.2 milestone to expedite the fix.
/cc @friedbunny @boundsj @frederoni @incanus
The text was updated successfully, but these errors were encountered: