Ios 如何消除Sinch中的依赖性分析错误?

Ios 如何消除Sinch中的依赖性分析错误?,ios,sinch,Ios,Sinch,请给我一个Sinch消息聊天的解决方案 Unable to run command 'Ld SinchService' - this target might include its own product. Unable to run command 'Touch SinchService.framework' - this target might include its own product. Unable to run command 'CodeSign SinchService.fr

请给我一个Sinch消息聊天的解决方案

Unable to run command 'Ld SinchService' - this target might include its own product.
Unable to run command 'Touch SinchService.framework' - this target might include its own product.
Unable to run command 'CodeSign SinchService.framework' - this target might include its own product.

选择Xcode项目中的目标,然后单击Build Phases选项卡

看看目标依赖项列表,目标的产品不应该列在那里,但显然,它可能是错误地添加到该列表中的

同时检查其他选项卡-您也不希望您的产品列在复制包资源或将二进制文件链接到库中

显然,您不能首先将正在构建的内容用作资源或库来构建产品


这就是Xcode似乎在抱怨的问题。

@rmaddy您对此有什么解决方案吗?@Murloc这是Sinch消息聊天问题。请看这里:您使用的是哪个版本的Xcode?你运行过pod安装吗?@Murloc我想使用bridgeheader在swift项目中运行Sinch即时消息聊天我使用pods SinchService和Sinch'RTC'而没有pod安装它在架构i386 _OBJC_CLASS_$\u Sinch的项目未定义符号中显示此错误,引用自:AppDelegate.o_objc_class_$\u SINOutgoingMessage中的objc class ref,引用自:MainViewController中的objc class ref。o ld:未找到架构i386的符号clang:错误:链接器命令失败,退出代码为1使用-v查看调用