I have some third party frameworks that are signed with a v=20200
signature.
When I add them to my project and set them to Embed and Sign,
the app won't install on my device giving the error The code signature version is no longer supported.
I have tried resigning them using codesign -s "Apple Development: XXXX XXXX (BLXXXXXX)" -f --preserve-metadata --generate-entitlement-der XXXSDK.xcframework
but the signature always reports v=20200
.
I tried removing the code sign and letting Xcode do it's thing, but get the same result. Is this a problem with the way the .xcframework
was built? Can I fix this without getting it rebuilt?