Updated Branches:
  refs/heads/master 2979d14d7 -> 5c4b670f9

Updating guide for setting up Cordova JavaScript Exception Logging in face of 
ARC issues


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/0cb7722b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/0cb7722b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/0cb7722b

Branch: refs/heads/master
Commit: 0cb7722b13c0a3d925d28183fa4d07b898feb676
Parents: 2979d14
Author: Michal Mocny <mmo...@gmail.com>
Authored: Wed Aug 15 14:24:02 2012 -0400
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Wed Aug 15 14:49:46 2012 -0700

----------------------------------------------------------------------
 guides/Cordova JavaScript Exception Logging.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0cb7722b/guides/Cordova
 JavaScript Exception Logging.md
----------------------------------------------------------------------
diff --git a/guides/Cordova JavaScript Exception Logging.md b/guides/Cordova 
JavaScript Exception Logging.md
index a884103..72d4fd3 100644
--- a/guides/Cordova JavaScript Exception Logging.md    
+++ b/guides/Cordova JavaScript Exception Logging.md    
@@ -36,7 +36,7 @@ NOTE: when you include these files, it will **always pop up a 
warning dialog at
 4. Don't forget to add the import at the top of your **MainViewController.m** 
file as well:
 
         #import "CDVDebugWebView.h"
-
+5. For newer versions you may also need to add **-fno-objc-arc** to 
**CDVDebugWebView.m** build flags (in xcode, select the CordovaLib project, 
CordovaLib target, build phases tab, compile sources list, find 
CDVDebugWebView.m and add the flag).
 
  
 

Reply via email to