i cant “Let Xcode resolve all dependencies.”
Opened this issue · 1 comments
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
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.