Build Fail error 1

I was building an older app I had that built fine over a year ago… change nothing and went to build with distribution profile today, to test something and failed build.
error 1 something do with with icons etc…

so to test I created a new app with no code, just the default app. Build of that failed with similar message that starts like this :
build command failed: xcrun actool --output-format human-readable-text --warnings --export-dependency-info “/var/folders/m6/qchwv45j78sdy6bllfskphc80000gn/T/CLtmpSDMJgy/assetcatalog_dependencies” --output-partial-info-plist “/var/folders/m6/qchwv45j78sdy6bllfskphc80000gn/T/CLtmpSDMJgy/assetcatalog_generated_info.plist” … etc

I have M2 Mac mini with sequoia 15.0.1 and Xcode 16.0. and Solar2d 3710

On the build the build panel iOS SDK: field only has choice of 18 or 18 metal, all the others 17.x 16.x are ghosted. No sure why those are ghosted.

Any suggestion - I would think a simple ‘new project’ template would not crash … I though it would come with the basic icons and build settings that should no be any issues with those.

Thanks

Problem Resolved

I found the answer on Stack Overflow

This is because the necessary iOS platform support isn’t installed on the macOS machine. You can fix it by:

open Xcode, go to the menu “Xcode (top left) → Settings → Components”, and make sure the platform component for the latest iOS version is installed (iOS 18 in this case, in Xcode 16.0):

Hope this may help anyone else who might experience similar issue!

1 Like