Could not find a storyboard named 'Main' in bundle NSBundle Could not find a storyboard named 'Main' in bundle NSBundle xcode xcode

Could not find a storyboard named 'Main' in bundle NSBundle


Remove the "Main storyboard file base name" or "UIMainStoryboardFile" Key from your info.plist file.

info.plist


if you are using SceneDelegate in iOS13, Try to remove this key.

Main storyboard in UIScene


Click Your Story board

then do step 2 and step 3

enter image description here