Issue
When I try to open app on iOS 15.6, it shows warning saying: The developer of this app needs to update it to work with this version of iOS.
I generate .ipa file using archive feature in xCode. All signing should be handled by IDE. When I unzip .ipa file and run codesign -dv /Payload/demo.app
it shows CodeDirectory v=20200
, which should be CodeDirectory v=20400
or higher judging by this article: https://developer.apple.com/documentation/xcode/using-the-latest-code-signature-format.
I have tried signing it manually, like it's mentioned in the article. Nothing has helped.
Software:
MacOS version: macOS Monterey 12.5 (21G72)
xCode version: 13.4.1 (13F100)