Open GoogleCodeExporter opened 9 years ago
I also tried executing this command in terminal:
cd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/IOKit.framework
sudo ln -s Versions/A/IOKit
Original comment by kaushiks...@gmail.com
on 25 Jun 2014 at 1:18
I have the exact same problem. The IOKit.framework is linked to the project,
but there are no header files present here:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/IOKit.framework
Original comment by raxells...@gmail.com
on 4 Jul 2014 at 10:21
Is anybody has solution ? plz help.
Original comment by uca...@gmail.com
on 2 Oct 2014 at 12:43
IOKit is for jailbroken devices, i commented it and built it.. now it won't
give the iokit errors..
You'll also need to comment all those codes that use it,
you can find it easily by searching for
" #if defined(CYDIA) && (CYDIA == 1) " code and comment it till its closing "
#endif "
Original comment by azala...@gmail.com
on 9 Feb 2015 at 7:47
Original issue reported on code.google.com by
kaushiks...@gmail.com
on 25 Jun 2014 at 1:16Attachments: