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?