Quantcast
Channel: 天狐博客
Viewing all articles
Browse latest Browse all 115

Xcode8无法打开Storyboard(The document "VIP.Storyboard" could not be opened. Unrecognized file content)

$
0
0

升级Xcode8之后,打开项目的其中一个storyboard提示

The document "VIP.Storyboard" could not be opened. Unrecognized file content.

在Xcode7下打开正常

因为storyboard其实就是一个xml,如果用源码编辑器打开之后会xml高亮,但是结果打开这个storyboard,全是灰的,并没有高亮,于是我想到了格式问题。通过增减排除法,替换排除法。排除了内容格式错误问题。于是想到了是不是文件名问题

最后发现,VIP.Storyboard 的后缀.Storyboard  S是大写的,改成VIP.storyboard就能打开了

最后只能说Xcode8的容错能力变差了,或者说变的更严谨了。

 

转载请注明:天狐博客 » Xcode8无法打开Storyboard(The document "VIP.Storyboard" could not be opened. Unrecognized file content)


Viewing all articles
Browse latest Browse all 115

Trending Articles