我正在关注 instructions从 Github 安装 KIF,它提供了一个非常详细的分步导览,以使其工作。也就是说,直到它到达这一点。
KIF requires the IOKit.framework. Unfortunately as of Xcode 6.3 you
need to manually add IOKit from the Xcode.app bundle. After doing so
remove
$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks
from the Framework Search Path setting (Xcode automatically adds it
after manually importing).
从包中添加一些东西是什么意思?是否有可用的分步说明我应该怎么做才能做到这一点?
Best Answer-推荐答案 strong>
这意味着您必须在项目设置的 Build Phases 中手动拖放 IOKit.framework,因为当您点击加号按钮时它不在选择器中。
您可以在这里找到框架,例如:
Macintosh HD/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/System/Library/Frameworks
关于ios - 从 Xcode.app 包中添加 IOKit,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/31478951/
|