iOS Question Hosted Builder - error: iOS 17.4 Platform Not Installed.

GeoffT660

Active Member
Licensed User
Longtime User
I was working on my app earlier this morning and now when I try to compile I get a lengthy message conveying LaunchScreen.storyboard: error: iOS 17.4 Platform Not Installed. I will post the whole message if needed but have seen similar posts with earlier platforms that need to be addressed by Erel. Please me know if something else is required.
 

Alexander Stolte

Expert
Licensed User
Longtime User
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
Builder 2 -
error: The operation couldn’t be completed. Failed to locate any simulator runtime matching options: {
BuildVersionString = 21E210;
Platforms = (
"com.apple.platform.iphonesimulator"
);
VersionString = "17.4";
}
Failure Reason: Failed to locate any simulator runtime matching options: {
BuildVersionString = 21E210;
Platforms = (
"com.apple.platform.iphonesimulator"
);
VersionString = "17.4";
}
 
Upvote 0

cyware

New Member
Licensed User
Longtime User
I was supposed to demo an app today to my client but... this happened.
I should have NOT updated the OS on my iPad. What can it go wrong I said?

Time for a break I guess... till Erel fixes this.
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
It looks like a bug on Apple side:

I've restarted the builders and they are working. It might happen again in the near future.

It seems that the error is understood what caused it.
From XProtectPayload 132


An updated 133 is out, check for updates and it should download the security update. Or try this command to force it
 
Upvote 0
Top