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
New in iOS 17 is this deprecation: 'init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)' was deprecated in iOS 17.0: Use Map initializers that take a MapContentBuilder instead.
Let's figure out how to resolve this and fix the two places the deprecation occurs.
New in iOS 17 is this deprecation:
'init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)' was deprecated in iOS 17.0: Use Map initializers that take a MapContentBuilder instead.
Let's figure out how to resolve this and fix the two places the deprecation occurs.
Fix:
./OBAKit/Onboarding/RegionPicker/RegionCustomForm.swift:55:21
./OBAKit/Onboarding/RegionPicker/RegionPickerMap.swift:36:17
The text was updated successfully, but these errors were encountered: