The file *.storyboardc was not found
问题 I am trying to submit iOS app with extension, but get a weird error on validation: My widget storyboard named Main.storyboard. Property file looks like this: 回答1: I guess it's a bug. I solved this problem when I moved Main.storyboard (NSExtensionMainStoryboard defined in info.plist) to the subdirectory of extension target. It means that you can't localize main.storyboard, because it will be moved to base directory or specific language directory. 回答2: For me quitting Xcode (version 7.1.1) and