Project upgrade to Xcode12 compilation error

The compilation problem is as follows:
The linked framework 'PodsXXXapp.framework' is missing one or more architectures required by this target: arm64.
How can I solve it?

Adding "arm64" to Project -> Build Settings -> Excluded Architecture fixed the issue for me
Project upgrade to Xcode12 compilation error
 
 
Q