Michal Mocny created CB-1237: -------------------------------- Summary: CDVDebugWebView no longer works since the ARC changes. Key: CB-1237 URL: https://issues.apache.org/jira/browse/CB-1237 Project: Apache Cordova Issue Type: Bug Components: iOS Affects Versions: 2.0.0 Reporter: Michal Mocny Assignee: Becky Gibson Priority: Minor
CDVDebugWebView seems to not work since the changes to use ARC (I was using this guide: https://github.com/apache/incubator-cordova-ios/blob/master/guides/Cordova%20JavaScript%20Exception%20Logging.md). xcode gives a few trivial errors regarding ARC, and after fixing them up (tried both by hand and via the refactor tool) I get EXC_BAD_ACCESS during runtime. I also had to replace "WebScriptObject* exception" with id, since it could not find a reference to the class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira