ライブラリの 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)
エラー スナップショットは、次のリンクから入手できます 。
前もって感謝します。