Posts

Post marked as solved
4 Replies
For those new to Xcode development and running into this issue, try checking if your 'Main Interface' option is set to the right file, by clicking on the top item in the left menu (should be your project name) -> select your target -> select General tab -> then select your main interface in the dropdown menu under the 'Deployement Info' tab. Found out mine was actually missing the .storyboard extension.