iOS App icon error

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?

Sometimes asking a question clearly makes you find the answer; I had to update Xcode by going to Settings, Platforms, where I could Get iOS 17.5.
What would help (@Xojo team) would be lines not overwriting each other; in the GUI, you can’t read this error because lines are written on the same height, overlapping each other. Only by copying the error and pasting it here I could read it.