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 · 0 comments

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
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

1 participant