前言:
或者是因为编程语言的更新,或者是因为代码编辑器的升级,或者是因为系统升级,或者是因为三方库更新,或者......。
哪那么多或者啊,哪那么多报错要修啊。
报错1, Xcode12.1,Swift,

问题.png
The linked framework 'Pods_FuckingDemo.framework' is missing one or more architectures required by this target: armv7.
解决方案
打开 Build Settings,搜索 Excluded Architecture,添加 Any iOS Simulator SDK, 然后添加 armv7, 然后Command+B

解决.png