I’m updating an iOS app that was submitted to the AppStore last year with a 2023 release of Xojo and I’m getting an odd error: when I include the App Icon (same file I used last year) I’m getting this error during compilation:
AppIcon.Name
The operation couldn’t be completed. Failed to locate any simulator runtime matching options: {
BuildVersionString = 21F77;
Platforms = (
“com.apple.platform.iphonesimulator”
);
VersionString = “17.5”;
}
AppIcon
When I delete the AppIcon from the project, it compiles without error, but then is ofcourse rejected by Apple on account of not having an App Icon.
Any ideas?