Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.4k stars 184 forks source link

Tutorial #8

Closed GitDevLoc closed 4 years ago

GitDevLoc commented 4 years ago

Can You Screen Record a Tutorial On How To Build & Run This?

Thanks

raviteja10081996 commented 4 years ago

newbie to xcode or have any idea of it ? @GitDevLoc if have any idea of xcode follow the readme guidelines and check the previous issues which eventually get u to project or else let me know if u are newbie i will give a detail description to run the project

raviteja10081996 commented 4 years ago

guide pdf link https://drive.google.com/open?id=1fH7O6IUKogxUALBLt4GVnhBUCTMp-8sA

raviteja10081996 commented 4 years ago

few update to guide :

  1. Before installing libimobiledevice (step 6) , install the new version of libusbmuxd and libplist for libimobiledevice . Use below commands one by one to install the latest versions brew install usbmuxd --HEAD brew install libplist --HEAD

now install the libimobiledevice (step 6).

  1. in the step 16 of guild you will see 5 frameworks present in screenshot but the developer removed some excess code so will have only 3 frame works which means (libcrypto.1.1.dylib & libssl.1.1.dylib) are removed from code

  2. In Step 20 Now delete the 3 frameworks and replace them as developer uses different version and you may have different which means you dnt need to do step 28 (libcrypto.1.1.dylib & libssl.1.1.dylib) are removed from code

  3. you will get an extra error plist/plist.h' file not found so plist.h is found in libplist path check your by : /usr/local/Cellar/libplist tmove to head then into include replaced command looks like this : /usr/local/Cellar/libplist/HEAD-e2a030a/include/plist/plist.h head number varies rest all the same as in guide I didn't have time to edit pdf ,if any one interested have a look in creating one ! and post