xcode keeps showing this error that the view controller does not have identifier""

Thread 1: "Storyboard (<UIStoryboard: 0x600000e002a0>) doesn't contain a view controller with identifier'HomeVC'"

heres homeVC

heres the error

please help me fix this

Answered by ForumsContributor in
Accepted Answer

You need to see the Identity inspector and check if your HomeViewController has the right Storyboard ID:

do you need to check "Use Storyboard ID"?

xcode keeps showing this error that the view controller does not have identifier""
 
 
Q