The file *.storyboardc was not found

前端 未结 4 472
萌比男神i
萌比男神i 2021-01-14 12:31

I am trying to submit iOS app with extension, but get a weird error on validation: \"enter

4条回答
  •  时光取名叫无心
    2021-01-14 13:25

    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.

提交回复
热议问题