'Building for iOS-armv7 but attempting to link with file built for iOS-arm64 Undefined symbols for architecture armv7

As Title I got a framework Build from Xcode13.
And I import this framework got this error.
I use command line lipo -info check its architecture, and show me only arm64.
And my App min support iOS version is iOS 10.
How to fix this issue?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source