Skip to content
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

Open
vk8a8 opened this issue Apr 29, 2024 · 8 comments
Open

Segmentation fault for signing application bundle #46

vk8a8 opened this issue Apr 29, 2024 · 8 comments

Comments

@vk8a8
Copy link

vk8a8 commented Apr 29, 2024

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.

@Dadoum
Copy link
Owner

Dadoum commented Apr 30, 2024

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).

@vk8a8
Copy link
Author

vk8a8 commented Apr 30, 2024

should/can i rezip it to ipa? and how?

@Dadoum
Copy link
Owner

Dadoum commented Apr 30, 2024

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

@vk8a8
Copy link
Author

vk8a8 commented Apr 30, 2024

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

@Dadoum
Copy link
Owner

Dadoum commented Apr 30, 2024

A simple zip will do the trick, but you will probably have to rename that zip and change the end to ipa

@vk8a8
Copy link
Author

vk8a8 commented Apr 30, 2024

hm, i get the same error again after removing the folders.

@vk8a8
Copy link
Author

vk8a8 commented Apr 30, 2024

i've retried it a coupel times, and it seems to randomly flip between
Signing the application bundle |######################## | 77/100Segmentation fault (core dumped),

cli_frontend ERROR 2024-04-29T19:12:11.027 std.file.FileException at /opt/hostedtoolcache/dc/ldc2-1.33.0/x64/ldc2-1.33.0-linux-x86_64/bin/../import/std/file.d:2061: /tmp/Payload.ipa/Payload/Spotify.app/PlugIns/MessagesExtension.appex/_CodeSignature/CodeResources: No such file or directory,
and being stuck on 80%.

@vk8a8
Copy link
Author

vk8a8 commented May 1, 2024

it randomly start working? don't know what i did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants