Dadoum

Results 151 comments of Dadoum

- Download the latest executable in the Actions tab of this repository. - Extract the zip in some folder. - Open a terminal in that folder. - Mark the sideloader...

DMD doesn't support arm, so that's excluded. LDC2 is the compiler I use, so it should work if you can get it. It surely can be compiled, as someone did...

Once it crashed it meant it compiled most of the standard library, I get the following output: ``` linux-app-swift$ swift build --swift-sdk x86_64-apple-macosx Building for debugging... error: emit-module command failed...

> I am experiencing an issue where the Dopamine app (from [opa334/Dopamine](https://github.com/opa334/Dopamine)) crashes immediately upon launch after installing it using the Sideloader (from [Dadoum/Sideloader](https://github.com/Dadoum/Sideloader)). This problem occurs only with the...

The package for Arch Linux may have some issue, can you try with a toolchain installed with the bash script available on dlang.org?

It probably could be used for that, as there is a already a fork allowing tvOS sideloading. I can't implement the feature myself though, as I don't own any Mac...

I can't think of any, but that's because I don't actually know how macOS sideloading works at all. There are maybe some blog posts you could look at, or see...

Which version of libplist is installed on your computer?

Okay, I think I know what's happening. Sideloader searches for libplist-2.0 with those names (in that order precisely): ``` "libplist-2.0.so.3", "libplist.so.3", "libplist-2.0.so.4", "libplist.so.4" ``` It can't find `libplist-2.0.so.3`, but it...

The sideloader executable on Windows needs to be placed next to MSVC builds of libimobiledevice. I usually extract them from the [imobiledevice-net Nuget package](https://www.nuget.org/packages/imobiledevice-net/) (open it as a zip, and...