The Issue
I am having an issue deploying to any iOS simulator using .NET Maui. I receive the following error Failed to install the app 'com.app.name' on the device 'iOS 15.5 - iPhone 11' simctl return exit code 22.
Console on the Mac build server reports "The application Info.plist does not contain a valid CFBundleVersion."
The info. List from the deployment folder on the Mac shows the following: Bundle Version = 1 Bundle version string (short) = 2.0
What I have tried
I've modified the Version and Build with multiple values and setting in Visual Studio with no avail. I've reset the Simulator using 'Reset Content and Settings'.
Other Notes
I am able to deploy to the same simulator using a new .NET Maui project using the same Version and Build settings. Albeit it just load the splash then a black screen, but it does deploy.
This was working at some point, I'm not sure when it broke specifically.
I believe the issue is specifically with my project I am just not sure where to look next. Any help on where to look next would be greatly appreciated.
[Updated] Xamarin vs Maui
Update on 10/12/22 - I compared my current production build (using Xamarin Forms) against the Maui build using the same version numbers. The Xamarin Forms project runs in the iOS simulator. With the exception of the Maui specific stuff the Info.plist files are identical.