SIGABRT when adding Cocoa WebView
This seems like it may answer my question but I don't know what it means to 'link against.'
Any help would be great.
SIGABRT when adding Cocoa WebView
This seems like it may answer my question but I don't know what it means to 'link against.'
Any help would be great.
Yes! Just worked it out myself.
I need to include the webkit framework in my project.
See this link for instructions.
In Xcode 4, select your project in the Project Navigator on the left.
Then in the main window, select "Build Phases".
The third section is "Link Binary With Libraries". Click on the "+" in the bottom left of this section, then you a list of available frameworks is available. You can select the WebKit framework here that will link it against your project.