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

Private methods #3

Closed
floskel opened this issue Jan 8, 2015 · 4 comments
Closed

Private methods #3

floskel opened this issue Jan 8, 2015 · 4 comments

Comments

@floskel
Copy link

floskel commented Jan 8, 2015

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?

@nicklockwood
Copy link
Owner

I'm pretty sure that's nothing to do with NullSafe. Cartainly there are no references to that class in the code.

@floskel
Copy link
Author

floskel commented Jan 8, 2015

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.

@jerry-sl
Copy link

I got same log when use cocoapods import NullSafe!.
Got another message "Please remove uses of SCRCException!"

@nicklockwood
Copy link
Owner

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.

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

3 participants