Im getting this explanation when my app is rejected by Apple:
Invalid File Name - Your package contains a file 'XXXX.app/en.lproj/MainStoryboard.storyboardc/.nib' with a name that contains invalid characters. Avoid using control characters in the file names. Also avoid leading or trailing whitespace characters in the file names.
What is this .nib file and how do i resolve this error?
I did cd
into the MainStoryboard.storyboardc
folder and there was a file ?.nib
, but when i press cat <tab>
i have to type ^V.nib
.
I ended up rebuilding my entire story-board. Thankfully i had my classes intact so it only took about 15 minutes