Tutorial (currently messy)
Run
sudo apt-get update && sudo apt-get upgrade
(This will take a few minutes)Sudo apt-get install libimobiledevice6 libimobiledevice-dev
sudo apt install subversion
Type in
svn checkout
https://github.com/Dadoum/iCode/trunk/tools/helper
.Edit the gen-certs script to change output folder from '../developer' to '.'
Place ipa in the folder, plug device and type
./gen-certs <appleId> <password>
.Type after
./sign-ipa -m provision-profile.mobileprovision -k key.pem -c certificate.pem -e entitlements.xml -o output.ipa <ipa path>
Run after
ideviceinstaller -i output.ipa
and it will sideload app on your device
Last updated
Was this helpful?