Project 'Pods' was rejected as an implicit dependency for 'Pods.framework' because its architectures didn't contain all required architectures

后端 未结 6 1326
梦谈多话
梦谈多话 2020-12-29 20:55

Target \'AAA-Pods\' for project \'Pods\' was rejected as an implicit dependency for \'Pods_AAA.framework\' because its architectures \'x86_64\' didn\'t contain all required

6条回答
  •  鱼传尺愫
    2020-12-29 21:19

    Another solution which works for me.

    1. Open up .xcodeproject (not .xcodeworkspace)
    2. Find IOS Deployment Target
    3. Choose the latest version you have(My latest version is 11.4)

提交回复
热议问题