xcode - Invalid info.plist - UIMainStoryboardFile or NSMainNibFile when sending an app to app store -


while sending app app store received message stating:

"invalid info.plist: info.plist may contain either uimainstoryboardfile or nsmainnibfile, must not contain both keys" 

after googling around seems consensus set "main nib file base name" "mainwindow" , set "main storyboard file base name" "mainstoryboard_ipad". both options have.

the app designed run on both ipad , iphone , app contains 2 storyboard files, 1 ipad , 1 iphone. cannot find visible .nib or .xib manipulate if found correct answer.

does have hints on how work around/fix app send?

thanks heaps!

as message suggests, should not have both uimainstorboardfile , nsmainnibfile set in info.plist file. suggesy remove nsmainnibfile entry.

since have 2 storyboards, 1 ipad, , 1 iphone, can set them main storyboard separately in summary tab of project:

enter image description here


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -