Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Output] Asset Catalog Errors #320

Open
StephenHodgson opened this issue Oct 17, 2024 · 0 comments
Open

[New Output] Asset Catalog Errors #320

StephenHodgson opened this issue Oct 17, 2024 · 0 comments

Comments

@StephenHodgson
Copy link

StephenHodgson commented Oct 17, 2024

What's the uncaptured output?

/* com.apple.ibtool.document.warnings */
/Users/runner/work/unity-xcode-builder/unity-xcode-builder/UnityProject/Builds/VisionOS/com.rageagainstthepixel.xcode/LaunchScreen-iPhone.storyboard:global: warning: Compiling Interface Builder products for visionOS will not be supported in a future version of Xcode. [9]
/* com.apple.actool.document.errors */
/Users/runner/work/unity-xcode-builder/unity-xcode-builder/UnityProject/Builds/VisionOS/com.rageagainstthepixel.xcode/Unity-VisionOS/Images.xcassets:./AppIcon.solidimagestack: error: The last visionOS App Icon Layer with content, “Front”, must be a fully opaque bitmap. The pixel at position (0, 0) has an alpha value of 0.
/* com.apple.actool.compilation-results */
/Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/IntermediateBuildFilesPath/Unity-VisionOS.build/Release-xros/Unity-VisionOS.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/IntermediateBuildFilesPath/Unity-VisionOS.build/Release-xros/Unity-VisionOS.build/DerivedSources/GeneratedAssetSymbols.h

Command GenerateAssetSymbols emitted errors but did not return a nonzero exit code to indicate failure
/* com.apple.actool.document.errors */
/Users/runner/work/unity-xcode-builder/unity-xcode-builder/UnityProject/Builds/VisionOS/com.rageagainstthepixel.xcode/Unity-VisionOS/Images.xcassets:./AppIcon.solidimagestack: error: The visionOS App Icon "AppIcon" must have at least 2 layers with applicable content. Although it has 3 layers, only 1 has applicable content.
/Users/runner/work/unity-xcode-builder/unity-xcode-builder/UnityProject/Builds/VisionOS/com.rageagainstthepixel.xcode/Unity-VisionOS/Images.xcassets:./AppIcon.solidimagestack: error: The last visionOS App Icon Layer with content, “Front”, must be a fully opaque bitmap. The pixel at position (0, 0) has an alpha value of 0.
/* com.apple.actool.compilation-results */
/Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/InstallationBuildProductsLocation/Applications/UnityProject.app/Assets.car
/Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/IntermediateBuildFilesPath/Unity-VisionOS.build/Release-xros/Unity-VisionOS.build/assetcatalog_generated_info.plist

Command CompileAssetCatalog emitted errors but did not return a nonzero exit code to indicate failure
warning: not stripping binary because it is signed: /Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/BuildProductsPath/Release-xros/../../IntermediateBuildFilesPath/UninstalledProducts/xros/UnityFramework.framework/UnityFramework (in target 'Unity-VisionOS' from project 'Unity-VisionOS')
/Applications/Xcode_16.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip /Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/BuildProductsPath/Release-xros/../../IntermediateBuildFilesPath/UninstalledProducts/xros/UnityFramework.framework/UnityFramework -r -o /Users/runner/Library/Developer/Xcode/DerivedData/Unity-VisionOS-gpftgrmxbikghucscbifnrcmlhfv/Build/Intermediates.noindex/ArchiveIntermediates/Unity-VisionOS/InstallationBuildProductsLocation/Applications/UnityProject.app/Frameworks/UnityFramework.framework/UnityFramework 

Suggested Regex

https://regex101.com/r/a1Jk2B/1

^\/\* com\.apple\.(ibtool|actool)\.document\.(warnings|errors) \*\/\n.+(warning|error): (?<message>.+)$

Suggested Output

warning: <message>
error: <message>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant