I have a very basic cocoa project. In fact, I haven't done anything at all yet. But when I add a WebView to the MainWindow and test the programme it keeps on jumping in the dock and Xcode says GBD: Program received signal: "SIGABRT". Am I missing something I have to do when using a WebView?
Asked
Active
Viewed 439 times
1 Answers
1
Did you link against the WebKit framework?

Joshua Nozzi
- 60,946
- 14
- 140
- 135
-
Thanks! I didn't know I had to do that. I'm just a beginner. – icant Jan 08 '11 at 10:07
-
I am having this same problem. How does one 'link against'? – neutrino Jun 01 '12 at 13:30
-
Have you tried to research this? Research first then post your own specific question (like "How do I link a framework?"). Hint: that should be your search term and should produce many results since it's a FAQ. – Joshua Nozzi Jun 01 '12 at 13:40