Build error on xassets when building for ios 11.3

My mac updated the iOS SDK to 11.3, and now I’m getting build errors where there were none on 11.2

ERROR: build command failed: xcrun actool --output-format human-readable-text --warnings --export-dependency-info "/var/folders/n3/fczmrwb557z3b5w59tt82wc80000gn/T/CLtmpiPMUTn/assetcatalog\_dependencies" --output-partial-info-plist "/var/folders/n3/fczmrwb557z3b5w59tt82wc80000gn/T/CLtmpiPMUTn/assetcatalog\_generated\_info.plist" --compress-pngs --enable-on-demand-resources YES --product-type com.apple.product-type.application --compile "/Users/gosev/Desktop/test.app" --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --platform iphoneos --app-icon AppIcon "Images.xcassets" avr. 02 07:55:17.951 ERROR: with exit code 255 and output:  avr. 02 07:55:17.951  avr. 02 07:55:17.955  avr. 02 07:55:17.956 ERROR: while compiling icons:  avr. 02 07:55:17.956 BUILD ERROR:  avr. 02 07:55:17.956 avr. 02 07:55:17.994 iOS build failed (12) after 26 seconds 

I tried updating to the latest daily build to no avail. 

Any pointers ?

Are you able to build one of the demo projects that comes with Corona or do you get the same error?

What version of Corona are you using? The latest daily build has support for Xcode 9.3/iOS 11.3.

Rob

I’m getting the same error.  Corona Version: 2018-3253 (2018.4.1)

XCode 9.3

Turns out you have to run Xcode and let it download & install stuff first.

Then it works.

Thanks, tried that and I think it solved it.

Are you able to build one of the demo projects that comes with Corona or do you get the same error?

What version of Corona are you using? The latest daily build has support for Xcode 9.3/iOS 11.3.

Rob

I’m getting the same error.  Corona Version: 2018-3253 (2018.4.1)

XCode 9.3

Turns out you have to run Xcode and let it download & install stuff first.

Then it works.

Thanks, tried that and I think it solved it.