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

[BUG] macOS 10.15 support #109

Closed Schlaubischlump closed 2 years ago

Schlaubischlump commented 2 years ago

Describe the bug The app is not working on macOS 10.15. It crashes on startup.

To Reproduce Run the app.

Expected behavior The app should run.

Additional context Fix: The libimobiledevice version I use to compile the library, is compiled for macOS 11.X. Use a version that was compiled on macOS 10.15 instead.