Search code examples
xcodeipadnib

Nib file Main-iPad~ipad.nib' was not found


I'm trying to validate an iPhone app, which is ready to be released after validation. Xcode insists that there must be an ipad file for it though, any suggestions? I would upload a photo, but I don't have enough rep, due to me just starting Stack Overflow.


Solution

  • Could it be, that you have choosen in your Project Settings, that it should be an "Universal" App, if so. Xcode wants two storyboards, one for the iPhone, one for iPad.

    If this is the problem, just open your project settings and remove the "Universal" and change it to "iPhone".