库 URL:github.com/s3lvin/DXCustomCallout-ObjC
我将上面的链接库用于我的 iOS 自定义标注视图,但我无法在我的项目中使用以下类。出错
DXAnnotationSettings.h
DXAnnotationSettings.m
DXAnnotationView.m
DXAnnotationView.h
错误是:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_DXAnnotation", referenced from:
objc-class-ref in ViewController.o
(maybe you meant: _OBJC_CLASS_$_DXAnnotationSettings, _OBJC_CLASS_$_DXAnnotationView )
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
错误快照可在以下链接获得: https ://www.dropbox.com/s/4g9xpd9htmoejur/Screen%20Shot%202015-09-19%20at%206.19.34%20PM.png?dl=0
提前致谢。