LinusHenze / Fugu14

Fugu14 is an untethered iOS 14.3-14.5.1 jailbreak
MIT License
1.41k stars 314 forks source link

jailbreakd fails to compile with latest commit #213

Open Merculous opened 2 years ago

Merculous commented 2 years ago

I had the previous untether installed and wanted to update it, however I'm getting this issue while compiling with the latest commit.

./ios_install.py Welcome to the Fugu14 iOS installer. This script will build and install Fugu14 on your device. Before continuing, please read the requirements:

Fortunately, I believe the issue is actually quite easy to find, I haven't done much testing but I will report back if I fix this. Below is what is contributing to the error.

https://github.com/LinusHenze/Fugu14/blob/7cba721b6d62555dd0c0b47416ee103ee112576e/arm/iOS/jailbreakd/build.sh#L18

Using strip -s keep jailbreakd gives strip: keep: file format not recognized, and not using the keep file, there's no issue.

Also using xcrun dyldinfo -bind arm/iOS/jailbreakd/.build/release/jailbreakd

dyldinfo failed: not a known file type in arm/iOS/jailbreakd/.build/release/jailbreakd

cdustevich1 commented 1 year ago

Did you find a fix for this? I can’t find much information on the strip command…

Merculous commented 1 year ago

I removed the line mentioned. Though, I'm not sure it will impact anything later on, but when I compiled at the time, removing the line was the only thing to do.

cdustevich1 commented 1 year ago

I commented the line out and yes everything seems to be working fine. Thank you for the help.