Open Merculous opened 2 years ago
Did you find a fix for this? I can’t find much information on the strip command…
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.
I commented the line out and yes everything seems to be working fine. Thank you for the help.
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
givesstrip: 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