Felipe
Felipe

Reputation: 510

Apportable: Compilation fail for 'OBJC_CLASS_$_MKMapView' and 'OBJC_CLASS_$_MKPinAnnotationView'

I'm compiling my source code and it just terminates without running the app. This is the log I get:

Build/android-armeabi-debug/com.app4u.portaldorugby/PortalDoRugbyFeed/libPortalDoRugbyFeed.a(MapViewController.m.o):/Users/gringo/Desktop/PORTAL - 2014-02-20/Portal/PortalDoRugbyFeed/Native/MapViewController.m:function L_OBJC_CLASSLIST_REFERENCES_$_17: error: undefined reference to 'OBJC_CLASS_$_MKMapView'

Build/android-armeabi-debug/com.app4u.portaldorugby/PortalDoRugbyFeed/libPortalDoRugbyFeed.a(MapViewController.m.o):/Users/gringo/Desktop/PORTAL - 2014-02-20/Portal/PortalDoRugbyFeed/Native/MapViewController.m:function L_OBJC_CLASSLIST_REFERENCES_$_77: error: undefined reference to 'OBJC_CLASS_$_MKPinAnnotationView'

scons: *** [Build/android-armeabi-debug/PortalDoRugbyFeed/apk/lib/armeabi/libverde.so] Error 1
scons: building terminated because of errors.

So it's mainly a problem with MKPinAnnotationView and MKMapView. If I'm not mistaken the 'Starter' pack deals with this.

Can anyone help?

Cheers.

Upvotes: 0

Views: 259

Answers (1)

mike_haney
mike_haney

Reputation: 545

We have no support for MapKit at this time, and it's also not currently on our roadmap. It may be possible to use BridgeKit to use the native Android mapping APIs and achieve what you want.

Upvotes: 1

Related Questions