interface builder was unable to determine the type of "Main.storyboardc"

I have opened my ios 8.4 (xcode 6.4) in xcode 7 (ios 9) and tried to build it after cleaning it. It has one storyboard in the main app and one in the Today extension.

It compiles perfectly in xcode 6.4 but will give an error "Interface was unable to determine the type of "Main.storyboardc". This may be due to a missing SDK". Under the error it says it cannot find the info.plist file. I have checked everything and the info.plist is there, i have even copied it to different directories. Any clue what I need to do to fix the error?

I am on xcode 7 (beta 6)


THanks,

Brad

Same problem here...

I tried reinstalling XCode three times with no effect...

I'm frustrating, beacuse i need to work at this app!

Same issue on XCode 7 final release. Need a remedy for this.

I found the solution.

File inspector -> Interface Builder Document section -> click the "Builds for" drop-down menu and select "iOS 8.0 and later".

It works for me.

What worked for me:


  1. In the project navigator click your app.
  2. Hit the "General" tab and change your "Deployment Target" from 8 to 8.0 under the "Deployment Info" collapsable menu.


Hope this helps.

You might have damaged your storyboard file. You are using version control right? Put the storyboard file in a diff tool and look at what changed. It's an xml file. So, you might have accidently changed something. In my case I had added a space to the top of the file accidently and xcode couldn't recognize the file anymore. Removing the space made the problem go away.

interface builder was unable to determine the type of "Main.storyboardc"
 
 
Q