Shazron Abdullah created CB-2516:
------------------------------------
Summary: Additional Plugin Note on Upgrading from 2.3.0 to 2.4.0
Key: CB-2516
URL: https://issues.apache.org/jira/browse/CB-2516
Project: Apache Cordova
Issue Type: Bug
Components: Docs, iOS
Affects Versions: 2.4.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
Fix For: 2.5.0
Update guides/Plugin Upgrade Guide.md
Because of NSJSONSerialization use in Cordova 2.4.0, all the objects in
command.arguments are immutable. If you need them to be mutable, please do a :
id x = [obj mutableCopy];
then if your plugin is non-ARC,
[x release];
See example here:
https://github.com/phonegap/phonegap-facebook-plugin/pull/251
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira