nexron171/SimVirtualLocation

The file 'pymobiledevice3' doesnt exist

Closed this issue · 4 comments

Hi! I have downloaded pymobiledevice 3 and successfully installed the module but in the app I see the error that the file does not exist. What am I missing? And what are the steps to use the location changer (: thanks!

Screenshot 2024-01-10 at 10 30 25 AM

It might be on a related note. I just received this error today.
Screenshot 2024-01-10 at 3 07 32 PM

It might be on a related note. I just received this error today. Screenshot 2024-01-10 at 3 07 32 PM

Hi! @styresdc fixed it and fix is available in 3.3 https://github.com/nexron171/SimVirtualLocation/releases/tag/3.3

Hi! I have downloaded pymobiledevice 3 and successfully installed the module but in the app I see the error that the file does not exist. What am I missing? And what are the steps to use the location changer (: thanks!

Screenshot 2024-01-10 at 10 30 25 AM

Hi, please check that you have pymobiledevice3 linked to:

  • on Apple Silicon here /opt/homebrew/bin/pymobiledevice3
  • on Intel here /usr/local/bin/pymobiledevice3

if you use pyenv

ln -s $(which pymobiledevice3) /opt/homebrew/bin/pymobiledevice3