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

后端 未结 6 1975
没有蜡笔的小新
没有蜡笔的小新 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:43

    In my case, it was because I had the "Build Active Architecture Only" parameter set to Yes for Debug mode. Changing it no No fixed it.

提交回复
热议问题