Hello!
When I build my simple guide app using Version 2017.3184 (2017.12.8), I’m getting the following errors. Any idea what could be causing this? I thought I had all required icons, but maybe not!
Jun 01 09:57:54.898 ERROR: build command failed: xcrun actool --output-format human-readable-text --warnings --export-dependency-info “/var/folders/z7/q7dh8stx3l139pt9sds9363h0000gn/T/CLtmpyOtXSi/assetcatalog_dependencies” --output-partial-info-plist “/var/folders/z7/q7dh8stx3l139pt9sds9363h0000gn/T/CLtmpyOtXSi/assetcatalog_generated_info.plist” --compress-pngs --enable-on-demand-resources YES --product-type com.apple.product-type.application --compile “/Users/danielwilliams/Desktop/Aura.app” --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --platform iphoneos --app-icon AppIcon “Images.xcassets”
Jun 01 09:57:54.898 ERROR: with exit code 255 and output:
Jun 01 09:57:54.898
Jun 01 09:57:54.927 ERROR: while compiling icons:
Jun 01 09:57:54.928 BUILD ERROR:
Jun 01 09:57:54.928
Jun 01 09:57:54.945 iOS build failed (12) after 18 seconds
Jun 01 09:57:55.210 ERROR: Build Failed:
In the root, I have these images:
Icon-hdpi.png
Icon-ldpi.png
Icon-mdpi.png
Icon-xhdpi.png
Icon-xxhdpi.png
Icon-xxxhdpi.png
Icon.png
And in the folder Images.xcassets/AppIcon.appiconset/ I have:
Contents.json
Icon-40.png
Icon-58.png
Icon-76.png
Icon-80.png
Icon-87.png
Icon-120.png
Icon-152.png
Icon-167.png
Icon-180.png
Icon-1024.png
I’ve attached a screenshot of the project folder.