Arbitur
Arbitur

Reputation: 39091

Xcode 6 ( beta 1 ) bug with Storyboards

I have a Single view application project called "SpaceImpactSwift" when I run the app the iPhone simulator is black and the log says:

Unknown class _TtC16SpaceImpactSwift18GameViewController in Interface Builder file.
Unknown class SKView in Interface Builder file.

Now, it says a SKView is wrong or something, but this is not a SpriteKit project, I had a project called the same that DID use SpriteKi but I removed it and created this.

I have tried [cmd]+[shift]+K Clean but it doesn't work.

Upvotes: 1

Views: 236

Answers (1)

Rafał Sroka
Rafał Sroka

Reputation: 40028

  1. Reset the simulator.
  2. If it does not work, update to latest Xcode 6 Beta.

Upvotes: 1

Related Questions