Launch screens may not set custom classnames

Genfood picture Genfood · Jun 11, 2016 · Viewed 50k times · Source

I tried to add a custom class to my Table View Cell, but after I added it it gives the following error:

enter image description here

I often read that I can't use custom classes in the LaunchScreen but I haven't touched this file. Can anyone help me?

enter image description here

This are my general settings for the main and the launch interface.

I am using Swift.

Answer

Paulw11 picture Paulw11 · Jun 12, 2016

Go to the properties of your Main.storyboard and check that Use as Launch Screen isn't selected. It sounds like you have selected it by mistake.

enter image description here