iOS Question Hosted Builder error: iOS 17.2 Platform Not Installed

Status
Not open for further replies.

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 **
 

MarcoRome

Expert
Licensed User
Longtime User
New Error
iOS 17.4 Platform Not Installed.

Do you use online Hosted or do you have a local Hosted?
If you have hosted local see:

 
Upvote 0
Status
Not open for further replies.
Top