We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
'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"
The text was updated successfully, but these errors were encountered:
Thank you, I've just merged your PR
Sorry, something went wrong.
malcommac
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: