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.39k stars 184 forks source link

[Question] #184

Closed AravManchanda15 closed 9 months ago

AravManchanda15 commented 10 months ago

my error: Build input file cannot be found: '/Users/arav/LocationSimulator/LocationSimulator/Alerts/AddPersonalizedDeveloperDiskImage/AddPersonalizedDeveloperDiskImageAlert.swift'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

i can see the file in my folder It still won't work

image
Schlaubischlump commented 9 months ago

I probably forgot to add this file. Thank you for reporting the error! You are seeing the view, not the alert class in the screenshot. Just pull the latest tag and it should compile fine

Edit: I added the file to the repo

AravManchanda15 commented 9 months ago

Thank you! I am new to xcode so I wasn't sure If I was doing something wrong. I got the build to succeed but it still says I don't have swiftlint despite installing. I will see If i can get it to work probably something on my end.

Schlaubischlump commented 9 months ago

Swift-Lint is optional. It is just for checking the coding style. Everything should work without it.