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: 'onChange(of:perform:)' was deprecated in iOS 17.0 #784

Open
1 task
ayushraj05 opened this issue Dec 20, 2024 · 0 comments
Open
1 task

Comments

@ayushraj05
Copy link

There is a deprecation warning in the codebase related to onChange(of:perform:) that persists at one specific location, despite a prior attempt to fix similar warnings.
#762
#773
#774


Expectation

Replace the deprecated onChange(of:perform:) with the updated version, using either a two-parameter or zero-parameter action closure.


Location

The warning occurs at the following location:

  • ./OBAKit/Onboarding/RegionPicker/RegionPickerView.swift:91:14

Previous Context

This issue was previously addressed in a past pull request, but it seems like this particular location was missed or there was a conflict.


Screenshots

Screenshot 2024-12-17 at 11 37 06 PM
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