I have an existing MAUI app that works on android and windows environments as expected, when trying to run the app on an iOS simulator, i get the following debug output on vs code:
The application's Info.plist does not contain a valid CFBundleVersion.
Ensure your bundle contains a valid CFBundleVersion.
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Simulator device failed to install the application.
The application's Info.plist does not contain a valid CFBundleVersion.
Ensure your bundle contains a valid CFBundleVersion.
Underlying error (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The application's Info.plist does not contain a valid CFBundleVersion.
error HE0046: Failed to install the app '***' on the device 'iOS 17.2': simctl returned exit code 22
I have tried:
Resetting the simulator.
Testing on different devices.
Adding a CFBundleVersion.
Replicating the same resource folder structure/content on sample apps
Sample apps build and run without issues, so i have no idea what the issue could be…
Jonnathan Sierra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.