0
点赞
收藏
分享

微信扫一扫

“_OBJC_CLASS_$_MKAnnotationView”, referenced from: ERROR

九月的栩 2022-08-08 阅读 95
编程语言


.framework/MapKit, file was built for i386 which is not the architecture being linked (armv6) Undefined symbols: "_OBJC_CLASS_$_MKAnnotationView", referenced from: objc-class-ref-to-MKAnnotationView in MapViewController.o ld: symbol(s) not found collect2: ld returned 1 exit status

I am getting this error when building on my device even though I added the mapkit and corelocation frameworks. Does anyone know how i can solve this problem?

 

Add the framework MapKit to your project.

举报

相关推荐

分析objc_class中的cache

0 条评论