Issue:
Xcode complaint about Unknown type name 'MKUserLocation' in my ViewController.h after I added #import "ViewController.h"
to my bridging header. This error will go away after I remove it from bridging header
Question:
- what's the work around for this issue or what am I doing wrong?
- why am I getting this error since MKUserLocation is part of Apple's MapKit?
Resource I read: