RManLuo/FakePosition

chmod +x change_ios_position.sh No such file or directory

httpantek opened this issue · 3 comments

chmod +x change_ios_position.sh No such file or directory

Make sure you're in the correct directory before running these commands.

i’m sorry, I really bad at this. I can’t locate in which directory i should be?

After cloning a repository, the repository contents will be in a subdirectory, which means you need to first enter this subdirectory before running the commands. The command you use to change directories is cd (an acronym for change directory).

In short, these are the commands you have to run:

git clone git@github.com:RManLuo/FakePosition.git
cd FakePosition
chmod +x change_ios_position.sh
change_ios_position.sh [latitude] [longitude]

However, as the docs suggest, you also need to install a Python module locally that will allow change_ios_position.sh to run smoothly:

python3 -m pip install -U pymobiledevice3