解决xcode报错The linked and embedded framework ‘Pods_test.framework‘ is missing one or more architecture

错误:
The linked and embedded framework ‘Pods_test.framework’ is missing one or more architectures required by this target: arm64.
解决:
点这个减号,删掉,然后在跑一编,层成功解决

解决xcode报错The linked and embedded framework ‘Pods_test.framework‘ is missing one or more architecture_第1张图片

我个人是因为用命令行build过一次,

你可能感兴趣的:(语言学习,xcode,macos,ide)