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

Install application through CLI #79

Open
ishan21sh opened this issue Dec 24, 2024 · 1 comment
Open

Install application through CLI #79

ishan21sh opened this issue Dec 24, 2024 · 1 comment

Comments

@ishan21sh
Copy link

I need some help i have a desktop application that i am building i need to install the application in mobile that is connected through usb using command line but i am getting stuck as it is showing an error with imobiledevice.dll

@Dadoum
Copy link
Owner

Dadoum commented Dec 24, 2024

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 (open it as a zip, and get the dlls from the runtimes/win-x64 directory). You can also probably build it yourself, just be sure to target x64 MSVC and not mingw-w64 (or else you'll have to rebuild sideloader for mingw).

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