-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault for signing application bundle #46
Comments
No problem about the issues. Software has to be improved, especially if it has problems. I still can't code right now, but as a workaround open your ipa as a zip and remove every folder called SC_Info. That's data remaining from iPhone dumps to identify the account/the phone who originally installed it and prevent piracy. Sideloaders should remove it automatically, but here for some reason it fails. However if you remove it yourself from the file it should work fine (let the issue open I will fix it when I'll get more time). |
should/can i rezip it to ipa? and how? |
Yes you can. When you unzip an ipa file you should see a Payload folder. Zipping it back in a new archive just makes a new iOS. It's that simple |
do i need some sort of package to be able to zip it to ipa? or is it ok to just put it in a zip |
A simple zip will do the trick, but you will probably have to rename that zip and change the end to ipa |
hm, i get the same error again after removing the folders. |
i've retried it a coupel times, and it seems to randomly flip between
|
it randomly start working? don't know what i did. |
Signing the application bundle |######################## | 77/100 cli_frontend ERROR 2024-04-29T10:45:15.607 object.Exception at std/file.d:4101: Failed to stat file '/tmp/Spotify-8.5.60_Spotilife-1.8-Revised v2.ipa/Payload/Spotify.app/PlugIns/NotificationContentExtension.appex/SC_Info/NotificationContentExtension.sinf' Segmentation fault (core dumped)
this is CLI on x86_64 arch linux
sorry for my persistent issues.
The text was updated successfully, but these errors were encountered: