When my device upgraded to iOS15 beta1, the installed Enterprise App cannot launch success.
ErrorMsg : Signature Version Unsupported, reason: Signature version no longer supported
current code sign version is 20400
When my device upgraded to iOS15 beta1, the installed Enterprise App cannot launch success.
ErrorMsg : Signature Version Unsupported, reason: Signature version no longer supported
current code sign version is 20400
2
Answers
Upgrade macOS version and repackage ipa.
I have the same problem,I solve this problem through the following steps:
embed & sign
Show in Finder
of this FrameworkTerminal
runfile xxx.framework
(cd /XXX/XXX/thirdSDK.framework
)current ar archive
,Indicates that this is astatic
library。(if you seeshared Library
,Indicates that this is a dynamic library.)current ar archive
,just need to setembed & sign
toDon's signing
。Then everything will be ok.