开发者

Error _OBJC_CLASS ...?

开发者 https://www.devze.com 2023-01-31 13:42 出处:网络
Can anyb开发者_StackOverflowody tell me why my program is showing this error? \"_OBJC_CLASS_$_MKMapView\", referenced from:

Can anyb开发者_StackOverflowody tell me why my program is showing this error?

"_OBJC_CLASS_$_MKMapView", referenced from:
      objc-class-ref-to-MKMapView in RRMapsViewController.o
ld: symbol(s) not found


You forgot to link the MapKit framework into your project.

0

精彩评论

暂无评论...
验证码 换一张
取 消