-
Notifications
You must be signed in to change notification settings - Fork 336
Crashing on Window change of app . #513
Comments
Hi @dipkasyap , do you mind sharing your Facebook App ID? |
727258441036240 is my app id. |
@dreamolight I have added a screenshot from my stack trace. Could you please update me on this |
I've disabled the module for your app, the code won't be executed before we figured the root cause. |
if it helps
|
@dreamolight Any update on this issue? |
Hi @dipkasyap , we weren't able to reproduce the issue at our side, the bundle id in the logs looks like it's for a sample project, do you mind sharing the sample project (if it is) so we can debug? We've disabled codeless for your app so the code won't be executed in case you're concerned about the issue. |
Hi @dreamolight Thank you for the effort, but I am pretty sure it's the null pointer exception, on swizzling, could you please add another method swizzling along with facebook library and test it, FYI it is trying to set delegate of UITableViuew on the swizzled method. |
@dreamolight Is anything on progress ? Could you please re enable the module ? |
We've identified the root cause, will fix in next release and the module will be turned on for apps with SDK versions that has the fix. |
Closing this as fix has been shipped in latest release |
Clarification, the latest release on the facebook-ios-sdk repository. This repository is no longer receiving updates. Please see the migration guide that's linked in the README for information on how to move over to the other repo. |
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
[Cocoapods|Carthage|Manual]
version 1.6.0Goals
What do you want to achieve?
Crash free execution.
Expected Results
What do you expect to happen?
No Crash
Actual Results
Crashing
What actually happened? Can you provide a stack trace?
When i change the window of app, it crashes the app.
Steps to Reproduce
Change app window root controller.
Update
Seems facebook SDK is trying to access deallocated object via method swizzling
The text was updated successfully, but these errors were encountered: