demhademha
demhademha
An update of progress by myself, I have successfully been able to compile gmp, mpc, mpfr for iOS and made sure they work. I've also done most of the other...
I am building on linux, so things may be a little different: So far, I've managed to get configure and make to run, but when configuring gcc itself, it fails...
> I am documenting here my notes on how to use this branch to set up a cross-compiler to aarch64-apple-darwin (ideally iOS, not macOS) from x86_64-apple-darwin. I hope you don't...
This is the deprecated chimera13, odyssey is a different project. in addition, odyssey is still in beta, but the issue should be fixed by the time of the final release
This is a jailbreak issue. although procursus **would** automatically sign binaries, this is no longer the case. in order to overcome this issue, you can do either the following: •...
1: download this file https://github.com/ProcursusTeam/Procursus/blob/main/build_misc/entitlements/general.xml (using either wget or curl) 2: do, `ldid -Sgeneral.xml my-first-program` 3: try to run the program again Let me know if this works
Could you sign and run the file in the same directory - IE, build it in /var/mobile and run it in /var/mobile (without moving it to /tmp) regards
try this: 1: `sudo mkdir /home/username` 2: `sudo chown mobile:mobile /home/username` 3: try to compile in that directory (`/home/useranme`) CC @diatrus - can we have the ldid auto signer back...
Sorry, use `sudo mkdir -p /home/username`
Are the prefixes before each command not clear for example, in chapter 5: 1: SSH into your idevice as root Type apt update && apt install -y sudo && chmod...