pod导入融云路径报错解决办法

build Settings中搜索sear

Search Patchs下点开Library Search Paths

将$(inherited)"$(SRCROOT)/Pods"分开来写

第一行$(inherited)

第二行"$(SRCROOT)/Pods"

这样可以解决路径报错的问题.希望对各位有所帮助

原文地址:https://www.cnblogs.com/block123/p/5900460.html