The file 'pymobiledevice3' doesnt exist
Closed this issue · 4 comments
cowpatch commented
ieaksu commented
nexron171 commented
It might be on a related note. I just received this error today.
Hi! @styresdc fixed it and fix is available in 3.3 https://github.com/nexron171/SimVirtualLocation/releases/tag/3.3
nexron171 commented
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!
Hi, please check that you have pymobiledevice3 linked to:
- on Apple Silicon here /opt/homebrew/bin/pymobiledevice3
- on Intel here /usr/local/bin/pymobiledevice3
gastonmorixe commented
if you use pyenv
ln -s $(which pymobiledevice3) /opt/homebrew/bin/pymobiledevice3