Apportable:'OBJC_CLASS _ $ _ MKMapView'和'OBJC_CLASS _ $ _ MKPinAnnotationView'编译失败

时间:2014-02-20 19:19:55

标签: ios sdk mapkit apportable

我正在编译我的源代码,它只是终止而不运行应用程序。 这是我得到的日志:

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.

所以这主要是MKPinAnnotationView和MKMapView的一个问题。 如果我没弄错的话,'Starter'包就会解决这个问题。

有人可以帮忙吗?

干杯。

1 个答案:

答案 0 :(得分:1)

我们目前不支持MapKit,目前也没有我们的路线图。可以使用BridgeKit来使用本机Android映射API并实现您想要的功能。