One of my backup android phones just broke so now I am preparing an Iphone as a backup device.
There are no current instructions on how to do this, so I am going to make some and pin them so people dont have to look to scam sites for a binary.
This must be done on a Mac or Hackintosh with the latest xcode installed along with xcode commandline tools and an apple developer id which is free.
- Clone libretro-super github repo to any read-write directory.
- cd (yourdir)/libretro-super
- ./libretro-fetch.sh
- ./libretro-build-ios9.sh
- Wait about an hour for all the emulators to compile.
- Copy the compiled cores to (yourdir)/libretro-super/retroarch/pkg/apple/iOS/modules
- Go to Xcode->Preferences->Accounts->Apple IDs->More Details
- Select Signing Identities->iOS Development->Create
- cd (yourdir)/libretro-super/retroarch/pkg/apple/iOS/modules
- xattr -c ./*.dylib //codesign wont work unless you clear all special attributes
- codesign -fs “iPhone Developer” ./*.dylib
- Build and push finished RetroArch build in xcode.
- Go to iOS Settings->General->Device Management and trust your dev certificate.
- Open RetroArch->Online Updater and download Assets,Overlays and core info files.