From 486b0f00dbc1eccd089d15b25eaff031b7e5ab0a Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Thu, 9 Apr 2020 12:12:14 -0400 Subject: [PATCH] auto --- assign4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign4.md b/assign4.md index 60a1e3b..b53ed86 100644 --- a/assign4.md +++ b/assign4.md @@ -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 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. -- 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 when running on a phone, but I deal with it by tossing the first location I receive after starting tracking. -- GitLab