-
Notifications
You must be signed in to change notification settings - Fork 218
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
XCode 5 - iOKit not found #58
Comments
same problem here. |
I also had the same problem - my solution, for now, was to copy the 6.1 sdk from xcode 4.6.3 to xcode 5. |
Thanks datalogen, |
It will run fine on an iOS 7 device. Although you won't be able to use all the fancy new features of the 7.0 SDK in your apps. As I wrote, this is just a temporary solution ("for now"), until I or someone else comes up with a better solution. |
i could solve the issue but one problem(black screen) is still here. |
This is an issue with the framework being moved in the iOS 7 SDK. When I start supporting iOS 7, this issue will be fixed. |
cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/IOKit.framework That worked, but when running on iOS7 device, the app can only record itself's content. I got it from this link:http://stackoverflow.com/questions/17542092/iokit-not-found |
did we find any solution for the issue that the app can only record itself's content on ios 7. |
Fixed in the private build (Re: #60) |
Hey there,
First of all, I want to say you guys have done an amazing job.
When I try to compile the project on XCode 5, it says IOKit not found, any idea?
Works well on XCode 4.6.
Thanks.
The text was updated successfully, but these errors were encountered: