Posts

Post not yet marked as solved
3 Replies
1.5k Views
I have a project that was working perfectly on Xcode 14, but fails to compile on Xcode 15 with a "Command CompileAssetCatalog failed with a nonzero exit code". When I look into the Log I can see this error message "Terminating app due to uncaught exception 'IBPlatformToolFailureException', reason: "The tool closed the connection (AssetCatalogSimulatorAgent)". Additionally, looking into Console, I can see two crash reports: AssetCatalogSimulatorAgent: Which looks like it crashed compressing a JPEG image. ibtoold: Which looks like it crashed because AssetCatalogSimulatorAgent called IBICSimulatorToolCARCompiler which crashed. Additionally, I’ve tried: Building for real a real iPad Pro (11-inch, 3rd generation) running iPadOS 17.0. Deleting the entire folder under Library/Developer/Xcode/DerivedData/[project name]. Uninstalling and reinstalling Xcode 15. However, I’m still getting the same issue. So any other ideas?
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
I have a new app using a Multiplatform Template for iOS, macOS and tvOS. The icons are working fine for both the iOS and macOS builds, but no icons are being included in the tvOS version, even though I've included the files in the Asset Catalog and specified them under App Icons and Launch Screens (via Customized Project Settings). See the following screenshots: Any idea of how to correctly include and configure Multiplatform Template project to provide tvOS App Icons?
Posted Last updated
.