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

'rangedRegions' is only available in Mac Catalyst 14.0 or newer #303

Closed
appfrilans opened this issue Nov 16, 2020 · 1 comment
Closed

'rangedRegions' is only available in Mac Catalyst 14.0 or newer #303

appfrilans opened this issue Nov 16, 2020 · 1 comment
Assignees
Milestone

Comments

@appfrilans
Copy link
Contributor

appfrilans commented Nov 16, 2020

There seem to be an issue on Mac Catalyst. I get the following errors compiling for Mac Catalyst:

'rangedRegions' is only available in Mac Catalyst 14.0 or newer

and

startRangingBeacons(in:)' is only available in Mac Catalyst 14.0 or newer

and

'stopRangingBeacons(in:)' is only available in Mac Catalyst 14.0 or newer

There options are only available (and deprecated) in iOS 14. The framework however targets iOS 11, which gives the error.

These checks should either be conditionalized for iOS 14 or better "iOS or MacCatalyst14"

@malcommac
Copy link
Owner

Thank you, I've just merged your PR

@malcommac malcommac added this to the 5.0.1 milestone Nov 28, 2020
@malcommac malcommac self-assigned this Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants