我正在编译我的源代码,它只是终止而不运行应用程序。 这是我得到的日志:
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'包就会解决这个问题。
有人可以帮忙吗?
干杯。