I'm getting this error only when trying to run UITests. I'm not using storyboard and building the app runs fine and Unit testing runs fine as well.
- In my AppDelegate I have @UIApplicationMain
- I have no storyboard files or references to a storyboard file in my info.plist.
- tried cleaning/rebuilding, restarting xcode
Even recording the UITests works fine and is able to open the app. It's just when I try to run the actual tests that I get the error.
Maybe I'm missing a target somewhere or need to add something to XCUIApplication launch args? Any ideas?