Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation: 'init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)' was deprecated in iOS 17.0 #766

Open
2 tasks
aaronbrethorst opened this issue Nov 30, 2024 · 1 comment

Comments

@aaronbrethorst
Copy link
Member

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
@manu-r12
Copy link
Contributor

manu-r12 commented Feb 4, 2025

Is this fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants