Code Monkey home page Code Monkey logo

Comments (5)

indirect avatar indirect commented on August 22, 2024

It's supposed to be built in. My current conjecture is that it's not present on iOS 7? But I'm not sure.

from snes4ios.

valdetero avatar valdetero commented on August 22, 2024

I'm having the same issue for iPad Air and iPhone 5s on iOS 7. Anyone have a solution?

from snes4ios.

danurna avatar danurna commented on August 22, 2024

Found a way to run snes4ios on my ipad air:
As libIOKit.dylib is not available anymore I removed it from the project and tried to replace it with the IOKit.framework.
To do this in Xcode 5 you have to create a symlink like shown here: http://stackoverflow.com/questions/17542092/iokit-not-found

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 .

After creating the symlink I was able to drag & drop the IOKit.framework from the directory above into my project and to run snes4ios on my ipad. :)

from snes4ios.

yurikimo avatar yurikimo commented on August 22, 2024

I follow the solution, and I was able to build the solution. But now I can't load the ROM without crash the app

from snes4ios.

danurna avatar danurna commented on August 22, 2024

@yurikimo afraid I can't help. My only problem was that it didn't build. I think I've tried one or two ROMs but just for trying and not really playing. Maybe you could provide more information like the crash log?

from snes4ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.