PhoneGap 2.4+ apparently uses NSJSONSerialization, and so returns objects now as immutable. This causes a bug in the Facebook Connect plugin that doesn't allow an app to post to the users wall or a friend's wall. After it attempts posting the app crashes and the following error appears in the console:
A fix has already been merged into the master branch of the plugin on GitHub. Details are on this Stackoverflow post. Here is the specific branch merged that fixed this issue.
Can the PhoneGap Build team please update the Facebook Connect plugin to the latest version?
I am having this issue with my app. It is critical to me that this get fixed, because I had to upgrade to PhoneGap 2.5.0 to be accepted by the App Store, but now my app can't post to users' facebook walls, which is a key part of my app's functionality.
Any thoughts on when the plugin will be updated? Or better yet, just tell me it has been updated. :)
Also, I'm anxiously awaiting the release of PhoneGap 2.7.0 for Build to be able to get rid of my splash screen being moved down on iOS.
Thanks!
-Mark
* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[__NSCFDictionary removeObjectForKey:]: mutating method sent to immutable object'
A fix has already been merged into the master branch of the plugin on GitHub. Details are on this Stackoverflow post. Here is the specific branch merged that fixed this issue.
Can the PhoneGap Build team please update the Facebook Connect plugin to the latest version?
I am having this issue with my app. It is critical to me that this get fixed, because I had to upgrade to PhoneGap 2.5.0 to be accepted by the App Store, but now my app can't post to users' facebook walls, which is a key part of my app's functionality.
Any thoughts on when the plugin will be updated? Or better yet, just tell me it has been updated. :)
Also, I'm anxiously awaiting the release of PhoneGap 2.7.0 for Build to be able to get rid of my splash screen being moved down on iOS.
Thanks!
-Mark




Mark Rummel