Sideloader
Sideloader copied to clipboard
Use unique names for directories in /tmp
[yorks@yypc sideloader]$ ./sideloader-cli-x86_64-linux-gnu version Sideloader automated build, branch main, commit 48dbc8540bd02171f00392a2159ec809ab605f92 [yorks@yypc sideloader]$ md5sum /tmp/SideStore.ipa 6357154d96c54790c70f307c1b0fc786 /tmp/SideStore.ipa [yorks@yypc sideloader]$ file /tmp/SideStore.ipa /tmp/SideStore.ipa: IOS/iPadOS IPA file containing SideStore.app/UT\011
[yorks@yypc sideloader]$ ./sideloader-cli-x86_64-linux-gnu install /tmp/SideStore.ipa -i -d
cli_frontend ERROR 2025-01-14T17:41:32.771 std.file.FileException at std/file.d:4471: /tmp/SideStore.ipa: Not a directory
cli_frontend DEBUG 2025-01-14T17:41:32.771 Full exception: std.file.FileException@std/file.d(4471): /tmp/SideStore.ipa: Not a directory
----------------
??:? [0x557cdc3f7326]
??:? [0x557cdc3f6fa2]
??:? [0x557cdc41f196]
??:? [0x557cdc40060f]
??:? [0x557cdc3be65b]
??:? [0x557cdc3be340]
??:? [0x557cdc1e9ca5]
??:? [0x557cdc139ac3]
??:? [0x557cdc13964d]
??:? [0x557cdc1860c3]
??:? [0x557cdc13b8ac]
??:? [0x557cdc13bd3e]
??:? [0x557cdc4002dc]
??:? [0x557cdc4001d6]
??:? [0x557cdc40002d]
??:? [0x7f2d976e3e07]
??:? __libc_start_main [0x7f2d976e3ecb]
??:? [0x557cdc137c94]
The issue here is that Sideloader wants to extract it in a temporary directory with the exact same name x)
confirmed, file SideStore.ipa cannot place dir /tmp
I should fix that so I'll let that issue opened