Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to submit an iOS Xamarin app through Visual Studio (mac version) to Apple App Store. After the process of signing and distribute the archive, the following error message occur:

Invalid Bundle. The bundle <appname> does not support the minimum OS version.

I have set the Deployment Target to 10.

Or the minimum deployment target must set to 12.1?

What I have tried:

I have tried to deployment target to version 8. same error.
Posted
Updated 18-Jan-20 8:19am

1 solution

Each exe and dll (project) has their own "target and minimum"; they need to be compatible with the target (app) deployment and each other.

I pick a version that gives me what I need and set everything to the same target and minimum (which runs on the minimum, and anything "higher").

It's more of an issue if there's object code you have no compile control over.
 
Share this answer
 
Comments
hifale7161 19-Jan-20 3:32am    
I followed your hint to try to find out which component or feature that was accidentally included that was not supported in the old version of iOS. I was unable to identify which component or feature within my project. Therefore, I rebuild the whole project from scratch and carefully select the components and features and this time was a success. It gets uploaded to appstore without error. And the minimum deployment target iOS is set to 10.

Until now, I still have no idea which component or feature from the previous build raised the conflict of minimum iOS version. But nonetheless, the problem solved. thanks for the hint.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900