从 Xcode.app 包中添加 IOKit
Adding IOKit from Xcode.app bundle
我正在按照 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).
从捆绑包中添加内容是什么意思?是否有可用的分步说明,我应该怎么做才能做到这一点?
这意味着您必须手动将 IOKit.framework 拖放到项目设置中的构建阶段中,因为当您点击加号按钮时它不在选择器中。
您可以在这里找到框架,例如:
Macintosh HD/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/System/Library/Frameworks
我正在按照 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).
从捆绑包中添加内容是什么意思?是否有可用的分步说明,我应该怎么做才能做到这一点?
这意味着您必须手动将 IOKit.framework 拖放到项目设置中的构建阶段中,因为当您点击加号按钮时它不在选择器中。
您可以在这里找到框架,例如:
Macintosh HD/Applications/Xcode/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/System/Library/Frameworks