iOS validation got Main_iPhone~iphone.storyboardc

2019-04-04 06:25发布

I am trying to distribute my iOS app, and I got the following error message during xCode validation. "storyboard file 'Main_iPhone~iphone.storyboardc' was not found please ensure the specified file is included in the bundle with any required device modifiers appended to the filename". Need some advices...

标签: ios xcode5
8条回答
可以哭但决不认输i
2楼-- · 2019-04-04 07:02

I guess you accidentally deleted a storyboard file. In my case, I solved this like by creating a new storyboard file with a different name. Then copy paste all controllers from Main_iPhone~iphone to this and edit the plist and other places with the new file name. This will work

查看更多
该账号已被封号
3楼-- · 2019-04-04 07:06

In your Build Phases -> Copy Bundle Resources make sure your main storyboard is included. For example main.storyboard. It will show up red. Some people think that because it's red it should be deleted. But without it, you will get this error when you try to submit to iTunes.

查看更多
登录 后发表回答