Pods was rejected as an implicit dependency for 'libPods.a' because its architectures 'XXX' didn't contain all required architectures

后端 未结 6 1978
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 01:07

A friend updated Cocoapods in our project. When I pulled the latest stuff from git I got the following error:

Pods was rejected as an implicit dependency for         


        
6条回答
  •  悲&欢浪女
    2020-12-29 01:53

    What fixed this problem for me was precisely the opposite of the most voted answer:

    "Build Active Architecture Only" set to "YES"

    both in main target and Pods target + Debug and Release

提交回复
热议问题