Skip to content

Commit bb19f76

Browse files
committed
Added a note about ARC compilation
1 parent 2abd3c8 commit bb19f76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ See WebViewJavascriptBridge/AppDelegate.* and WebViewJavascriptBridge/ExampleWeb
5959
});
6060
WebViewJavascriptBridge.sendMessage('Hello from the JS scope!');
6161
}
62+
63+
Notes
64+
-----
65+
If you're using the new ARC features, please remind yourself to add `-fno-objc-arc` as a compiler flag to the `WebViewJavascriptBridge.m` file. This will disable ARC for this specific class.
6266

6367
Contributors
6468
------------

0 commit comments

Comments
 (0)