I have an iOS Forms app that up to now been building and successfully being uploaded to TestFlight with a deployment target of 15.4.
I have a requirement to support devices from v14+, so I set the the deployment target to 14.0 and built. When I now upload (using Transporter) I get the following error: -
Asset validation failed (90208) Invalid bundle. The bundle xxxxx.iOS.app does not support the minimum OS version specified in the info.plist.
What am I missing? Only thing I can think of is to install an earlier Xamarin sdk on the mac and set the SDK version to use that. Is that the fix?
Thanks