15 duplicate symbols for architecture armv7集成EaseUI的问题

问题描述

duplicate symbol _OBJC_CLASS_$_EMVoiceConverter in:    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/EMVoiceConverter-9E4EFAD1171CC9B.o    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/EMVoiceConverter-62390A51AEF6F4A0.oduplicate symbol _OBJC_METACLASS_$_EMVoiceConverter in:    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/EMVoiceConverter-9E4EFAD1171CC9B.o    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/EMVoiceConverter-62390A51AEF6F4A0.oduplicate symbol __Z26EM_EncodeWAVEFileToAMRFilePKcS0_ii in:    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-34A9F3818ECE4495.o    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-DC55D8DCF1491C90.oduplicate symbol __Z9isAMRFilePKc in:    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-34A9F3818ECE4495.o    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-DC55D8DCF1491C90.oduplicate symbol __Z9isMP3FilePKc in:    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-34A9F3818ECE4495.o    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-DC55D8DCF1491C90.oduplicate symbol __Z26EM_DecodeAMRFileToWAVEFilePKcS0_ in:    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-34A9F3818ECE4495.o    /Users/easy_qingsong163com/Library/Developer/Xcode/DerivedData/DuiDuiPeng-avavaihlzeulhefemvinnmhoypby/Build/Intermediates/DuiDuiPeng.build/Debug-iphoneos/DuiDuiPeng.build/Objects-normal/armv7/amrFileCodec-DC55D8DCF1491C90.old: 15 duplicate symbols for architecture armv7clang: error: linker command failed with exit code 1 (use -v to see invocation)

解决方案

检查一下,应该是你导入多份了。

时间: 2025-01-21 09:50:02

15 duplicate symbols for architecture armv7集成EaseUI的问题的相关文章

Undefined symbols for architecture armv7

This problem has been driving me crazy, and i can't work out how to fix it... Undefined symbols for architecture armv7: "_deflateEnd", referenced from: -[ASIDataCompressor closeStream] in ASIDataCompressor.o "_OBJC_CLASS_$_ASIDataDecompress

iOS 集成EaseUI时 出现4 duplicate symbols for architecture arm64怎么解决

问题描述 ld: 4 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 解决方案 三方冲突报错

集成UI时, 出现 ld: 43 duplicate symbols for architecture arm64

问题描述 我没有添加任何的第三方库自己试着把3rdparty中UMeng和VoiceConvert文件夹下的.a文件删除后, 仍然还是报上述错误具体错误信息如下:ld: warning: directory not found for option '-L/Users/zhangjian/Documents/Desktop/个人文件/学习/EaseMobTest/EaseMobTest/3rdparty/UMeng'ld: warning: directory not found for opt

集成EaseUI编译报错Undefined symbols for architecture armv7

问题描述 集成EaseUI报错 ld: symbol(s) not found for architecture armv7 解决方案 解决了

导入环信出现d: 64 duplicate symbols for architecture arm64 错误

问题描述 导入环信sdk,按照官网导入依赖库,添加-ObjC出现错误 解决方案 这是项目中其他的三方库跟-ObjC冲突了,并不是环信的冲突.解决方案二:重复导入2个.a问题删掉一个就行了.文档有解释

出现d: 64 duplicate symbols for architecture arm64 错误

问题描述 解决方案 冲突报错,看下冲突报错的详情,找到对应的冲突类.解决方案二:一般而言,是重复导入了库

ld: 1798 duplicate symbols for architecture x86_64

问题描述 解决方案 将lib文件夹的lite.a包删除解决方案二:删除了还是报这个错为什么解决方案三:报错截图贴一下解决方案四:这个解决了,貌似是我的xcode问题,真机可以使用,模拟器报错解决方案五:我也是这个问题,官方的ChatDemo-UI3.0模拟器能跑,换了自己的项目就是真机能跑.模拟器不能跑

iOS环信SDK 导入Demo中3rdparty里面的VoiceConvert这个库,会报Undefined symbols for architecture i386

问题描述 iOS环信SDK 想集成Demo中已经写好的UI,导入Demo中3rdparty里面的VoiceConvert这个库,会报Undefined symbols for architecture i386,删掉就能正常运行. 解决方案 你对照demo看下,是不是少库.

android studio集成EaseUI运行报错

问题描述 用的android Studio1.5.1的版本集成EaseUI 运行的时候三星note3机器是没问题的,但是其他手机,如华为的C8,三星的SCH369,启动就报这样的错java.lang.ClassNotFoundException: com.shenlong.framing.R$layoutCaused by: java.lang.ClassNotFoundException: Didn't find class "com.shenlong.framing.R$layout&quo