Re: Exception After Adding a WebView to a NIB

2013-08-24 Thread Maxthon Chan
Well in Xcode [REDACTED] (or rather, clang 3.3) it is automated if you included its header file. So sit still and it will no longer be an issue soon. On Aug 25, 2013, at 11:26, dangerwillrobinsondan...@gmail.com wrote: > No worries. > It's such a common miss with such a common framework that it

Re: Exception After Adding a WebView to a NIB

2013-08-24 Thread dangerwillrobinsondanger
No worries. It's such a common miss with such a common framework that it is arguable Xcode should be smart enough to add it for you or suggest it when using a webview. Sent from my iPhone On 2013/08/25, at 9:09, Thomas Wetmore wrote: > Danger Man, > > I got the include part but forgot the f

Re: Exception After Adding a WebView to a NIB

2013-08-24 Thread Thomas Wetmore
Danger Man, I got the include part but forgot the framework part. Thanks! Tom Wetmore On Aug 24, 2013, at 7:27 PM, dangerwillrobinsondan...@gmail.com wrote: > Did you add the WebKit framework to your project and #include it ? > > > On 2013/08/25, at 4:08, Thomas Wetmore wrote: > >> I am w

Re: Exception After Adding a WebView to a NIB

2013-08-24 Thread dangerwillrobinsondanger
Did you add the WebKit framework to your project and #include it ? On 2013/08/25, at 4:08, Thomas Wetmore wrote: > I am writing an app that does NLP on web pages for genealogical information > and adds semantic tags to the HTML showing the results. > > I am having a basic problem. When I add

Exception After Adding a WebView to a NIB

2013-08-24 Thread Thomas Wetmore
I am writing an app that does NLP on web pages for genealogical information and adds semantic tags to the HTML showing the results. I am having a basic problem. When I add a WebView object to the main NIPB using the interface builder, the app immediately crashes by throwing an objc exception at