-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
RLMSyncLogLevel is deprecated #8251
Comments
Hi @krissbennett this APIs are gonna be deprecated in the near future, but on the meantime this warnings may appear for some release. I'll take a look and check if I can remove them completely. |
@dianaafanador3 Thanks for looking into this--I reached out to MongoDB Support with basically the same issue. As krissbennett said, there is probably something wrong within the realm-swift package that is leading to this deprecation warning. Deprecation warnings should only appear if you actually try to use the deprecated code in your codebase; a package shouldn't just warn you about any deprecated code you could theoretically use from the package. |
Same for Xcode 15 beta. |
'RLMSyncLogLevel' is deprecated: Use |
➤ dianaafanador3 commented: Just update to our latest version 10.41.1 and you would stop seeing this warnings |
Problem
Im still getting these deprecation warnings come up, (RLMSyncLogLevel is not used in any of my code so much be internal to the packages) so is there a way a future release can address these to get rid of these warnings?
Solution
Resolve deprecations internal to package
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: