vincentneo / CoreGPX

A library for parsing and creation of GPX location files. Purely Swift.
https://www.vincent-neo.com
MIT License
261 stars 57 forks source link

Unknown problem where parsed Date objects are treated as nil in Xcode #80

Closed vincentneo closed 4 years ago

vincentneo commented 4 years ago

Observed from https://github.com/merlos/iOS-Open-GPX-Tracker/issues/173

Appears that GPXDateParser refuses to work when in async thread. More debugging required to understand issue.

Interesting:

vincentneo commented 4 years ago

Xcode issue. Might be worthy for to be filed to apple.