Open tomeriksen opened 7 years ago
Thanks for informing me. I have set the Flag -DkDebugShowArea only in Debug settings, and tested only in Release settings. I hope that part compiles fine with the latest revision (both in Debug and Release settings).
Just compiling it in Xcode 8 I get this weird error:
Breadcrumb4.1-Swift/Breadcrumb/BreadcrumbViewController.swift:287:76: Cannot call value of non-function type 'UIColor'
The error is located in
func mapView
If I remove the line it works though!