提问人:RuLoViC 提问时间:10/13/2017 最后编辑:Nirav KotechaRuLoViC 更新时间:10/13/2017 访问量:360
使用 AVRoutePickerView 时出现链接错误
link error using AVRoutePickerView
问:
我正在尝试在我的应用程序中使用 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 库。我不明白为什么我会得到它? 有人可以帮忙吗?
提前致谢和问候
答:
1赞
RuLoViC
10/13/2017
#1
我终于找到了解决方案, 只需将 AVKit 框架添加到嵌入式和链接库中 项目设置
评论