You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: