cocoa pods(ver 1.9.1)で DKImagePickerControllerをインストールしたのですが、実行すると下記のようなエラーが出てしまいます。調べたのですが具体的な解決方法が見当たらなかったので質問させていただきました。Xcodeのバージョンは11.3.1です。
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_FLAnimatedImageView", referenced from:
type metadata for DKPhotoGallery.DKPhotoImageView in DKPhotoImageView.o
"OBJC_METACLASS$_FLAnimatedImageView", referenced from:
OBJC_METACLASS$__TtC14DKPhotoGallery16DKPhotoImageView in DKPhotoImageView.o
"OBJC_CLASS$_FLAnimatedImage", referenced from:
objc-class-ref in DKPhotoBaseImagePreviewVC.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
以下はpodfileの中身です。
pod
1# Uncomment the next line to define a global platform for your project 2# platform :ios, '9.0' 3 4target 'scheduleApplication' do 5 6pod 'DKImagePickerController' 7 # Comment the next line if you don't want to use dynamic frameworks 8 use_frameworks! 9 10 # Pods for scheduleApplication 11 12end 13
回答1件
あなたの回答
tips
プレビュー