Skip to content
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

Closed
jayztemplier opened this issue Sep 17, 2013 · 9 comments
Closed

XCode 5 - iOKit not found #58

jayztemplier opened this issue Sep 17, 2013 · 9 comments

Comments

@jayztemplier
Copy link

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.

@amitsaxena688
Copy link

same problem here.
but i could run this app on ios7. i installed the app first then i updated io6 to ios7.
but there is a problem it cannot record properly now. it shows some black screen while you play a recorded video

@datalogen
Copy link

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.
So copy from xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/

@amitsaxena688
Copy link

Thanks datalogen,
if i do this and again i create some ios apps then will those app be running on ios7.?
actually i want ios7 support in recorder app.

@datalogen
Copy link

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.

@amitsaxena688
Copy link

i could solve the issue but one problem(black screen) is still here.
Thanks datalogen..!

@coolstar
Copy link
Owner

coolstar commented Oct 2, 2013

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.

@JavanJie
Copy link

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/IOKit.framework
sudo ln -s Versions/A/IOKit .

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

@anujbhambhani
Copy link

did we find any solution for the issue that the app can only record itself's content on ios 7.

@coolstar
Copy link
Owner

coolstar commented Apr 3, 2014

Fixed in the private build (Re: #60)

@coolstar coolstar closed this as completed Apr 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants