Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when validating iOS App

I am trying to publish an iOS application, however I receive these error when I try to validate my build:

Nib file 'Main-iPad~.nib' was not found. Please ensure the specified file is included in the bundle with any required device modifiers appended to the filename

Invalid Info.plist: The Info.plist may contain either UIMainStoryboardFile or NSMainNibFile, but it must not contain both keys. For more information, refer to the Information Property List Key Reference.
like image 234
B.I.A Avatar asked Jan 02 '14 16:01

B.I.A


1 Answers

It seems you have some stale entry in your Info.plist. Inspect it and delete the "Main nib file base name". Also make sure the nib file is not included in your target.

I assume you are using storyboard, so you need to remove the nib file.

like image 118
sergio Avatar answered Oct 14 '22 03:10

sergio