Skip to content
Snippets Groups Projects
Commit 486b0f00 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent e9045bb4
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ serialization to put to a file (use a text editor to look at). ...@@ -127,7 +127,7 @@ serialization to put to a file (use a text editor to look at).
- Using a custom renderer results in continual "Compiler error: Invalid - Using a custom renderer results in continual "Compiler error: Invalid
library file" messages. This appears to be a recent [Xcode issue](https://stackoverflow.com/questions/58445093/compiler-error-invalid-library-file-corelocation) and can make debugging with print statements very difficult. library file" messages. This appears to be a recent [Xcode issue](https://stackoverflow.com/questions/58445093/compiler-error-invalid-library-file-corelocation) and can make debugging with print statements very difficult.
- Simulate GPS through the debugger's "Features/Location/.." menu. - Simulate GPS through the debugger's "Features/Location/.." menu.
- When stopping, and then starting tracking again, you often get a - When starting tracking after having recently stopped it, you often get a
single old location point in the simulator. This does not happen single old location point in the simulator. This does not happen
when running on a phone, but I deal with it by tossing the first when running on a phone, but I deal with it by tossing the first
location I receive after starting tracking. location I receive after starting tracking.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment