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 Jun 21, 2023. It is now read-only.
Variable arguments are not being passed to
debugLog
anderrorLog
here:mapbox-gl-native-ios/platform/darwin/src/MGLNetworkConfiguration.m
Lines 130 to 136 in 709ea4c
This will result in a crash if the logging level is set to include debug or errors.
We need to add a method to
MGLLoggingConfiguration
, along the lines of:(and associated calling macros).
Configuration
Mapbox SDK versions: 6.1.0-beta.1 (though was introduced in #228)
The text was updated successfully, but these errors were encountered: