My iOS app uses a static library (*.a) from a vendor which no longer exists. I do not have the source code and cannot recompile the library for arm64.
The problem is that Apple is now requiring apps to contain an arm64 slice.
How can I use this armv7 static library in my app? Can I somehow convert the .a from armv7 to arm64?