首页 > 解决方案 > 使用 xcode 9.2 的情节提要中的不一致错误

问题描述

在此处输入图像描述

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

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

谁能建议如何解决它?

在此处输入图像描述 在此处输入图像描述

标签: iosswiftxcodeswift4xcode9.2

解决方案


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.

推荐阅读