Dadoum

Results 136 comments of Dadoum

New attempt (sorry if I bother you)

Try with the latest version (you can download it from GitHub Actions, in the Actions tab)

Can you try to use the latest cli build from GitHub Actions with the `--singlethread` argument? It will tell me if the issue is due to multi-threading (and if that's...

can you try the latest build in gh actions?

Anyway an easy way to fix that is to remove all SC_Info files in the ipa file (which is just a zip file). I can't reproduce the issue on my...

> As for `MachOImage`, I don't think all the features are available on Linux. Therefore, I was thinking that everything could be wrapped up in `#if canImport(Darwin)`. Since they compile,...

Yes you can. I tried to work with the updated branch but my swift compiler now crashes when trying to compile it (I need to find a fix, or to...

I can't test it unfortunately because I can't build PrebuiltLoader.swift unfortunately. I tried on Swift 5 and 6 on my main Fedora machine. Will commit your changes though. For the...

It's due to the bitfields used in the structure!

Apple just released Swift 6, with a fedora build that does no longer have the issue.