Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: IBOutlet nil in Xcode 6

Using iOS 8 and Xcode 6. I embedded a UIWebView in a controller using a storyboard, and hooked everything up. When I run it, though, the webView is coming up nil. Any thoughts?

enter image description here

like image 991
RyJ Avatar asked Nov 10 '22 05:11

RyJ


1 Answers

What helped me is this answer #1 here.

  1. Clean project
  2. Close XCode
  3. Delete all contents of ~/Library/Developer/Xcode/DerivedData/
  4. Restart MacOs

Exactly in this order.

like image 166
zshcbka Avatar answered Dec 05 '22 06:12

zshcbka