请给我Sinch Message Chat的解决方案
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.
答案 0 :(得分:1)
在Xcode项目中选择目标,然后单击Build Phases选项卡。
查看Target Dependencies列表,目标的产品不应该列在那里,但显然它听起来可能是错误地添加到该列表中。
同时检查其他标签 - 您不希望您的产品列在“复制包资源”或“链接二进制文件库”中。
您显然无法使用您正在构建的资源或库来构建产品。
这就是Xcode似乎在抱怨的。