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

'LocalizationValue' is only available in Mac Catalyst 15 or newer #22

Closed
stoope opened this issue Jun 24, 2024 · 1 comment
Closed

'LocalizationValue' is only available in Mac Catalyst 15 or newer #22

stoope opened this issue Jun 24, 2024 · 1 comment

Comments

@stoope
Copy link

stoope commented Jun 24, 2024

  • xCode 15.3
  • CloudKitSyncMonitor 1.3.1

When trying to compile the project for Mac Catalyst target I'm getting the following error

'init(localized:table:bundle:locale:comment:)' is only available in Mac Catalyst 15 or newer
'LocalizationValue' is only available in Mac Catalyst 15 or newer

I guess we need to change @available(iOS 15.0, macCatalyst 14.0, OSX 12, tvOS 15.0, watchOS 8, *) to @available(iOS 15.0, macCatalyst **15.0**, OSX 12, tvOS 15.0, watchOS 8, *) in the library?

Screenshot 2024-06-24 at 16 42 22
@ggruen
Copy link
Owner

ggruen commented Jun 24, 2024

Hmm, that's not good. Updated available for macCatalyst to 15.0 in release 1.3.2. I'll close this issue, but please re-open if there's another issue as I can't test it at the moment.

@ggruen ggruen closed this as completed Jun 24, 2024
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