-
-
Notifications
You must be signed in to change notification settings - Fork 877
Safely inspect bundles for classes #1090
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
Conversation
@hramos @nlutsenko, we are kinda stuck here with that one. Could you review, advise? |
Thanks @hramos ! |
@flovilmart invited |
Turns out I don't have access to the pods either ;/
|
Anyone have pod access to push out 1.14.3? Please? |
@flovilmart We manually put this change in our now-production app and are seeing a crash (unknown selector sent to instance). Specifically, it appears that An obvious armor for this is to ensure the object is of the intended type in i.e. Change:
to
(though it would be nice to understand why we're not getting NSBundle objects, this will prevent the crash). Since 1.14.3 has yet to be released, this change (or similar) prior to release would be appreciated. Cheers, Levi |
The changes have been merged to master, can you open a Pr with your suggestion and the fix? |
@flovilmart Cheers. Here's the pull: #1119 |
Fixes #1006
Makes sure we don't check classes in not loaded bundles.