首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
社区首页 >问答首页 >iOS__OBJC_PROTOCOL_$_TXVideoPreviewListener"错误?

iOS__OBJC_PROTOCOL_$_TXVideoPreviewListener"错误?

提问于 2020-10-23 07:36:10
回答 3关注 1查看 701

真机运行报这个错误,SDK只有TXLiteAVSDK_UGC ,SDK版本是最新的

Undefined symbols for architecture arm64:

"__OBJC_PROTOCOL_$_TXVideoPreviewListener", referenced from:

__OBJC_CLASS_PROTOCOLS_$_TCVideoPreview in TCVideoPreview.o

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

已邀请
等3人回答

回答 3

用户8550665

修改于 2021-04-23 09:29:21

就是按照上面说的 import一下就好了,我的是 #import <TXLiteAVSDK_UGC/TXVideoEditerListener.h>

希望能够帮助后来者

用户6983341

发布于 2020-12-30 02:04:07

报错的类里import下就好了,#import <TXLiteAVSDK_Professional/TXVideoEditerListener.h>

用户8045626

发布于 2020-12-02 02:19:19

你好哥们,最后你这个问题怎么解决的,我今天也是遇到了

和开发者交流更多问题细节吧,去 写回答
相关文章
100行代码搞定短视频App,终于可以和美女合唱了。
最近抖音最近又带了一波合唱的节奏,老板看到后果然又是要尽快跟进,希望隔壁公司加薪的时候他也能作出如此反应。
腾讯云音视频
2018/07/17
34.1K1
100行代码搞定短视频App,终于可以和美女合唱了。
100行代码搞定短视频App,终于可以和美女合唱了
最近某音最近又带了一波合唱的节奏,老板看到后果然又是要尽快跟进,希望隔壁公司加薪的时候他也能作出如此反应
腾讯云音视频
2018/09/12
1.4K0
100行代码搞定短视频App,终于可以和美女合唱了
Sentry 错误监控(Django 错误监控)
Import and initialize the Sentry SDK early in your application’s setup:
卓越笔记
2023/02/18
2K0
Sentry 错误监控(Django 错误监控)
拜占庭错误 与 非拜占庭错误
一般地,把出现故障( crash 或 fail-stop,即不响应)但不会伪造信息的情况称为“非拜占庭错误”( non-byzantine fault)或“故障错误”( Crash Fault);
西湖醋鱼
2020/12/30
3.6K0
段错误?打的就是段错误!!
呵,段错误?自从我看了这篇文章,我还会怕你个小小段错误? 请打开你的Linux终端,跟紧咯,准备发车!!嘟嘟嘟哒~~
看、未来
2020/08/26
3.8K0
段错误?打的就是段错误!!
【常见错误】--Nltk使用错误
AttributeError: module 'nltk' has no attribute 'word_tokenize'
LhWorld哥陪你聊算法
2018/10/09
2.8K0
【常见错误】--Nltk使用错误
wget404错误_错误403谷歌
Resolving s3.ap-northeast-1.amazonaws.com (s3.ap-northeast-1.amazonaws.com)… 52.219.8.176 Connecting to s3.ap-northeast-1.amazonaws.com (s3.ap-northeast-1.amazonaws.com)|52.219.8.176|:443… connected. HTTP request sent, awaiting response… 403 Forbidden
全栈程序员站长
2022/11/15
1.8K0
什么是编译错误,运行时错误及逻辑错误?
程序的错误主要分成三种: 编译链接错误(语法错误); 编译链接错误又分成编译错和链接错。 编译错就是普通意义上的语法错,编译器进行语法检查不通过,也就是程序违背了计算机语言的语法,例如:括号不匹配、变量名拼写错误、用保留字定义变量名等; 链接错是指程序通过了语法检查,但是无法生成可执行文件,最常见的是链接找不到lib库。初学者有时写了函数的声明,但是缺少函数的定义,此时就会出现链接错。 运行错误; 运行错是程序可以执行,但是在执行过程中发生异常,提前退出程序。最常见的是指针越界,打开文件失败
用户1148881
2018/01/16
9.5K0
oracle错误959_oracle12528错误
[oracle@ccdevsvr admin]$ exp wmap/pass@jackeydb
全栈程序员站长
2022/09/29
1.6K0
错误捕获
再厉害的人也不敢保证写程序能考虑的100%周全,像Windows系统、Office都不停的会有补丁更新bug,所以在程序里捕获错误就非常的有必要。
xyj
2020/07/28
2.8K0
错误捕获
分段错误
首先通过 ulimit命令 查看一下系统是否配置支持了 dump core 的功能。通过
JNingWei
2018/09/28
1.6K0
GIT错误
1、提示:error: insufficient permission for adding an object to repository database ./objects 检查下仓库权限是不是有问题
苦咖啡
2018/04/28
1.3K0
asp网站503错误 asp 503错误
应用程序池xxxx已启用 32 位工作进程,但未找到 SysWOW64 支持。Windows Process Activation Service (WAS)将禁用此应用程序池。要解决此问题,请禁用以 32 位工作进程运行,或者请安装 SysWOW64 支持。
it妹
2019/08/23
17.1K0
错误、异常
tkinter:tkinter是绑定了Python的TKGUI工具集,就是Python包装的Tcl代码,通过内嵌在Python解释器内部的Tcl 解释器实现的,它是Python标准库的一部分,所以使用它进行GUI编程不需要另外安装第三方库的。
py3study
2020/01/16
6.4K0
错误、异常
mybaties 错误[通俗易懂]
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.sinofaith.idaplus.goodsitem.mapping.GoodslowInfoPOMapper.selectByPrimaryKey at org.apache.ibatis.binding.MapperMethodSqlCommand.<init>(MapperMethod.java:189) at org.apache.ibatis.binding.MapperMethod.<init>(MapperMethod.java:43) at org.apache.ibatis.binding.MapperProxy.cachedMapperMethod(MapperProxy.java:58) at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:51) at com.sun.proxy.1.proceedWithInvocation(TransactionInterceptor.java:96) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) at com.sun.proxy.Proxy14.getListByBrandPlatformAndDate(Unknown Source) at com.sinofaith.idaplus.notice.mail.impl.LowPriceResultMailSendImpl.getGoodsLowPriceInfo(LowPriceResultMailSendImpl.java:209) at com.sinofaith.idaplus.notice.mail.impl.LowPriceResultMailSendImpl.sendMail(LowPriceResultMailSendImpl.java:191) at com.sinofaith.idaplus.notice.mail.impl.LowPriceResultMailSendImpl.autoSendMail(LowPriceResultMailSendImpl.java:135) at com.sinofaith.idaplus.notice.mail.impl.LowPriceResultMailSendImpl.sendMsg(LowPriceResultMailSendImpl.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframew
全栈程序员站长
2022/11/16
3.4K0
jupyter 错误
参考:https://github.com/jupyterlab/jupyterlab/issues/5345
iOSDevLog
2018/11/20
3.1K0
tensorboard错误 :
最后发现一种很简单的解决方法,只需要指定端口号即可,博主一共试了三个端口号,终于运行成功,生成了网址:
狼啸风云
2019/01/18
1.9K0
Oops错误
在at91rm9200下写了一个spi的驱动,加载后,运行测试程序时,蹦出这么个吓人的东西: Unable to handle kernel paging request at virtual address 000e0000               pgd = c1f9c000                                                                   [000e0000] *pgd=20315801, *pmd = 20315801, *pte = 00000000, *ppte = 00000000     Internal error: Oops: 7                                                          CPU: 0                                                                           pc : []    lr : []    Tainted: P                             sp : c1fa3f50  ip : 00000001  fp : c1fa3f78                                      r10: 401421e4  r9 : c1fa2000  r8 : bffffe1c                                      r7 : 00000000  r6 : ffffffea  r5 : c0282a20  r4 : 00000001                       r3 : 00000000  r2 : 00000001  r1 : 000e0000  r0 : bffffe1c                       Flags: Nzcv  IRQs on  FIQs on  Mode SVC_32  Segment user                         Control: C000317F  Table: 21F9C000  DAC: 00000015                                Process addrv_test (pid: 73, stack limit = 0xc1fa2374)                           Stack: (0xc1fa3f50 to 0xc1fa4000)                                                3f40:                                     00000001 00000001 c0282a20 ffffffea    3f60: 00000000 c34a61f4 00000001 c1fa3fa4 c1fa3f7c c0044040 c34a6194 c1fa3f88    3f80: c0043a18 4001d9cc bffffe54 00008330 00000003 c0017644 00000000 c1fa3fa8    3fa0: c00174a0 c0043f74 4001d9cc c001d5bc 00000003 bffffe1c 00000001 bffffe1c    3fc0: 4001d9cc bffffe54 00008330 4000c85c 00000001 000084d4 401421e4 bffffe34    3fe0: 400e40d0 bffffe1c 0000856c 400e40d4 60000010 00000003 00000000 20000040    Backtrace:                                                                       Function entered at [] from []                                r4 = 00000001                                                                   Function entered at [] from []                                r8 = C0017644  r7 = 00000003  r6 = 00008330  r5 = BFFFFE54                       r4 = 4001D9CC                     
一见
2018/08/07
1.8K0
错误票据
本文最后更新于 1163 天前,其中的信息可能已经有所发展或是发生改变。 #include<iostream> #include<cstring> #include<vector> #include<cmath> #include<algorithm> using namespace std; vector<string> v; vector<int> vc; int str2int(string s){ int res=0; int len = s.length(); for(int i=0;i<l
Yuyy
2022/06/28
8860
代理错误[WinError 10061]
操作过程: import urllib.request from urllib.error import URLError,HTTPError proxy_handler = urllib.request.ProxyHandler({ 'http':'http://127.0.0.1:1080', 'https':'https://127.0.0.1:1080' }) opener = urllib.request.build_opener(proxy_handler) try:
hankleo
2020/09/16
2.3K0

相似问题

登录错误:响应错误?

1247

登入错误:“响应错误?

71.4K

错误代码 -1000 参数错误,有详细的错误说明吗?

1188

504错误?

0174

403错误?

48.5K
相关问答用户
腾讯 | 行业应用产品经理擅长4个领域
腾讯云视频产品中心擅长4个领域
腾讯云TDP | TDP会员擅长3个领域
平安资管 | 架构师擅长4个领域
到家集团 | 技术VP擅长5个领域
添加站长 进交流群

领取专属 10元无门槛券

AI混元助手 在线答疑

扫码加入开发者社群
关注 腾讯云开发者公众号

洞察 腾讯核心技术

剖析业界实践案例

扫码关注腾讯云开发者公众号
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档