http://www.jianshu.com/p/ee32eef74ba9
先是看了这个帖子 ,后来在github 上找到了答案
I digged deeper and noticed that I have imported AFNetworking in two places, in the bridging header and in one of the obj-c classes. I removed it from that obj-c header and it started working!
导入了两次。 删去在controller 中导入的 完美解决
本文解决了iOS开发中AFNetworking框架被重复导入导致的问题。通过移除多余的导入声明,成功解决了构建错误。
586

被折叠的 条评论
为什么被折叠?



