iOS Question Hosted Builder error: iOS 17.2 Platform Not Installed

Eugene

New Member
Licensed User
Longtime User
Hi Guys,

Just a few hours ago, I started getting weird errors when trying to compile my project (both debug and build release app).

There were no changes in the project libraries, it just stopped compiling at some point with the error below.
I've tried to update JDK, B4i version and change #MinVersion to 12, 13 and 17 with no luck.

Could somebody please suggest what could be the reason for this error? My development device is an iPad running iOS 17.4.1
B4i version 8.51 (64bit) but initially it appears on 8.50.

The part of error log:
CompileStoryboard /Users/administrator/Documents/UploadedProjects/<user id>/LaunchScreen.storyboard (in target 'B4iProject' from project 'B4iProject')
    cd /Users/administrator/Documents/UploadedProjects/<user id>
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Cocobella__x2007_Lifebar --output-partial-info-plist /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/LaunchScreen-SBPartialInfo.plist --auto-activate-custom-fonts --target-device ipad --minimum-deployment-target 11.0 --output-format human-readable-text --compilation-directory /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build /Users/administrator/Documents/UploadedProjects/<user id>/LaunchScreen.storyboard
/* com.apple.ibtool.errors */
/Users/administrator/Documents/UploadedProjects/<user id>/LaunchScreen.storyboard: error: iOS 17.2 Platform Not Installed.

WriteAuxiliaryFile /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/Cocobella&#x2007;Lifebar.LinkFileList (in target 'B4iProject' from project 'B4iProject')
    cd /Users/administrator/Documents/UploadedProjects/<user id>
    write-file /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/Cocobella\&\#x2007\;Lifebar.LinkFileList

/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
 

Wolli013

Well-Known Member
Licensed User
Longtime User
I have also been getting an error message since this morning!
iOS 17.2 Platform Not Installed.

B4i version 8.50
 
Last edited:
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Same thing, no problem until yesterday

1714544439396.png
 
Upvote 0

Eugene

New Member
Licensed User
Longtime User
Hi Erel,

It seems like Builder 1 has the same issue again. Builder 2 is running ok so far.
The problem on Builder 1 appears straight after the project cleanup, which makes sense.
 
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

Erel

B4X founder
Staff member
Licensed User
Longtime User
 
Upvote 0
Top