アプリで AVRoutePickerView を使用しようとしていますが、プロジェクトをビルドするとリンク エラーが発生します。
Undefined symbols for architecture arm64:
"_OBJC_METACLASS_$_AVRoutePickerView", referenced from:
_OBJC_METACLASS_$_PttVolumeView in PttVolumeView.o
"_OBJC_CLASS_$_AVRoutePickerView", referenced from:
objc-class-ref in SettingsVolumeCell.o
_OBJC_CLASS_$_PttVolumeView in PttVolumeView.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
これは AVKit ライブラリです。なぜ私がそれを取得しているのか理解できませんか?誰か助けてくれませんか?
よろしくお願いします