-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
As reported by Mark Barrasso (@barrasso):
Current error: eegeo ASSERT: /data/buildAgent/work/e3c2755ad067b864/platform/Fonts/FontLoader.cpp
I started with a new Swift project, and I have installed eeGeo (1.0.778) via Podfile.
Next, I have dragged a view onto my controller, and subclassed it to a EgMapView. I imported eegeoApi in my viewcontroller and setup the map delegate.
When I compile and build, I get that FontLoader.cpp assertion.
Am I able to build this library using a swift project? Looks like some linker error type.
Thanks for the help,
Mark