pod的SDK报错,Linker command failed with exit code1(use -v to see invocation)


pod的SDK报错,Linker command failed with exit code1(use -v to see invocation)_第1张图片
错误1789个重复的符号:
原因是我用cocopads 导入了重复的SDK
环信的SDK
EaseMobSDK: 不包含语音的
EaseMobSDKFull: 包含语音的 

在Podfile中将导入 EaseMobSDK的命令行删除,
pod的SDK报错,Linker command failed with exit code1(use -v to see invocation)_第2张图片

然后打开终端,输入你当前工程的路径,进入到工程文件夹,更新一下pod,重新打开工程就好了
pod的SDK报错,Linker command failed with exit code1(use -v to see invocation)_第3张图片



你可能感兴趣的:(ios,xcode,sdk,POD)