Problem with tutorial Your First iOS App with Fire

I wonder if you could advise what I’m doing wrong while trying out the above tutorial.

Project runs and displays launch screen correctly, but main screen is blank with no objects on it. Main.storyboard appears to sync correctly with Fire with connections visible within the storyboard file.

I’m using latest Fire beta, Xcode 8.3 and internal Mono. I do not have any Cocoa SDKs installed, presumably they are optional.

Screen grab and project zip included.

Thank you for any advice

George

MyFirstIOSApp.zip (4.9 MB)

George,

your view was showing fine, its just that your controls had no constraints set, so they were all off screen. i merely added some vertical constraints and all is good now, attaching the new storyboard. I’ll review the tutorial to see if it needs changes, could be that part was written pre-auto-layout.

Main.storyboard.zip (2.8 KB)

Why didn’t I think of that?

Sincere apology for disturbing

George

no worries, that’s what we’re here for ;). and if the tutorial is incomplete or misleading, it’ll need to be adjusted, so thanx for letting us know!