john lain
john lain

Reputation: 55

xcode swift Storyboard Reference not woking

I did search google, and same trying. but not working... i try img upload! why error ...?

trying href : http://code.tutsplus.com/tutorials/ios-9-staying-organized-with-storyboard-references--cms-24226

another storyboards connect... and tab move controllers

enter image description here

enter image description here

enter image description here

Upvotes: 1

Views: 318

Answers (1)

Siriss
Siriss

Reputation: 3767

Storyboard references only work on iOS 9 and up. Your target is 8.0. Try changing your target to 9.0 and see if it starts working.

Upvotes: 1

Related Questions