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.47k stars 190 forks source link

i cant “Let Xcode resolve all dependencies.” #207

Open cynicalight opened 4 months ago

cynicalight commented 4 months ago

I am stuck with the step "Build the app".

After I git clone the repository and open LocationSimulator.xcodeproj in Xcode, I find error when i intended to run. i have added the package dependency in xcode which name is "locationsimulator?tab=readme-ov-file". When i add the dependency, it reveals that "LocationSimulator?tab=readme-ov-file could not be resolved:" .

And finally, when i run the project, it give me the errors:

the package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system) in https://github.com/Schlaubischlump/LocationSimulator?tab=readme-ov-file"

Jekyll not found - check setup requirements
Schlaubischlump commented 4 months ago

Hi @cynicalight,

I don't know what you are doing to be honest. What is tab=readme-ov-file? I have never seen anything like this. What should that do?

All you should need to do is: clone the project with the recursive submodules flag and install Jekyll in a directory where Xcode can find it.

The rest should automatically work.