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
In version 1.16.0
When using the command otool -l librealmc.dylib | grep minos, the output indicates:
otool -l librealmc.dylib | grep minos
minos 12.7
However, it seems that the minimum version supported by realm-core is macOS 10.13, as detailed in the realm-core GitHub repository: https://github.com/realm/realm-core/blob/889d26dc735a6d2e8c5bfd8b2b380f3f0c99dba3/Package.swift#L355-L360
Supporting a lower version would accommodate a broader user base.
No response
Would be a major improvement
Local Database only
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RKOTLIN-1077
Sorry, something went wrong.
This is not something we're prioritizing at this point.
No branches or pull requests
Problem
In version 1.16.0
When using the command
otool -l librealmc.dylib | grep minos
, the output indicates:minos 12.7
However, it seems that the minimum version supported by realm-core is macOS 10.13, as detailed in the realm-core GitHub repository:
https://github.com/realm/realm-core/blob/889d26dc735a6d2e8c5bfd8b2b380f3f0c99dba3/Package.swift#L355-L360
Supporting a lower version would accommodate a broader user base.
Solution
No response
Alternatives
No response
How important is this improvement for you?
Would be a major improvement
Feature would mainly be used with
Local Database only
The text was updated successfully, but these errors were encountered: