ios - Adding IOKit from Xcode.app bundle -


i following instructions install kif github, provide detailed step-by-step tour of things make work. is, until reaches point.

kif requires iokit.framework. unfortunately of xcode 6.3 need manually add iokit xcode.app bundle. after doing remove $(developer_dir)/platforms/iphoneos.platform/developer/sdks/iphoneos.sdk/system/library/frameworks framework search path setting (xcode automatically adds after manually importing).

what mean add bundle? there step-by-step instruction available should make happen?

that means have drag , drop iokit.framework in build phases in project settings manually because it's not in picker when hit plus button.

you can find framework here example:

macintosh hd/applications/xcode/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.2.sdk/system/library/frameworks


Comments