xcode 9.2 故事板中的不一致错误

Inconsistencies error in storyboard with xcode 9.2

我想将我的应用程序从 Xcode 7.2 升级到 Xcode 9.2 和 swift 版本 4.1。

当我在不一致屏幕下方打开情节提要时,屏幕会更改显示。
我已经在我的项目目标和 plist 文件中添加了 "OpenSans-Semibold"。

任何人都可以建议如何解决它吗?

You just simple need to follow to steps.

1. Take the folder Fonts which you have added in your project
2. Open MAC Font Book and drag the Fonts folder in Font book.
3. Close the project -> Clean and Build

This will solve your error.