-
Notifications
You must be signed in to change notification settings - Fork 361
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
Private methods #3
Comments
I'm pretty sure that's nothing to do with NullSafe. Cartainly there are no references to that class in the code. |
It only logs this when NullSafe is installed. If I remove NullSafe its not logging this. Im not using CoreLocation in the app either. Kinda weird. |
I got same log when use cocoapods import NullSafe!. |
Sorry, I think these are being called incidentally when NullSafe scans the class list. Because there are no references to the classes in the code however, it shouldn't be a problem for review - certainly no-one has complained about their apps being rejected. |
I noticed that installing NullSafe (with Cocoapods) made the following being logged when the app runs:
CLTilesManagerClient: initialize, sSharedTilesManagerClient
CLTilesManagerClient: init
CLTilesManagerClient: reconnecting, 0x7fa1c5288290
This looks like a private Apple framework. Can I ship my app with this?
The text was updated successfully, but these errors were encountered: