Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

开始使用文章有疏漏... #9

Closed
coderAs7 opened this issue Dec 29, 2016 · 1 comment
Closed

开始使用文章有疏漏... #9

coderAs7 opened this issue Dec 29, 2016 · 1 comment

Comments

@coderAs7
Copy link
Contributor

具体问题描述

在 安装及使用:http://qmuiteam.com/ios/page/start.html 中,使用步骤描述有疏漏
具体位置:
点击项目 project 进入 Xcode 配置界面,在 General -> Linked Frameworks and Libraried 点击加号搜索并添加QMUIKit.framework到列表里面,然后在使用的地方 #import <QMUIKit/QMUIKit.h> 即可(如果有pch文件,只要在pch文件中import一次就够了)。

修正

应该是:
点击项目 project 进入 Xcode 配置界面,在 General -> Linked Frameworks and Libraried 点击加号搜索并添加QMUIKit.framework到列表里面,并且在General -> Embedded Binaries中点击加号搜索并添加QMUIKit.framework到列表里面(否则真机运行会报错:dyld: Library not loaded:...),然后在使用的地方 #import <QMUIKit/QMUIKit.h> 即可(如果有pch文件,只要在pch文件中import一次就够了)。

@kayo5994
Copy link
Collaborator

感谢你的建议,文档已修正。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants