In my project I installed two pods
One pod have openssl.xcframework version 1.1.180 as its vendored frameworks
And another pod have openssl.xcframework version 1.1.2200 as its vendored frameworks
When I run pod install
it gives me error Target has frameworks with conflicting names: openssl.xcframework
How to solve this?