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)
错误1789个重复的符号:
原因是我用cocopads 导入了重复的SDK
环信的SDK
EaseMobSDK: 不包含语音的
EaseMobSDKFull: 包含语音的 
在Podfile中将导入EaseMobSDK的命令行删除,
pod的SDK报错,Linker command failed with exit code1(use -v to see invocation)
然后打开终端,输入你当前工程的路径,进入到工程文件夹,更新一下pod,重新打开工程就好了
pod的SDK报错,Linker command failed with exit code1(use -v to see invocation)
上一篇:opencv mat 转灰度图


下一篇:break continue return