Posts

Post marked as solved
14 Replies
Hi there, I had the same problem. Seems to be some bug in Xcode / Interface Builder. I was able to solve the issue by explicitly linking the WebKit framework to my project. In XCode, go to your target -> "Build Phases" -> "Link Binary with Libraries" and explicitly add WebKit.framework. From thereon, everything works as expected :-) Hope that helps.