I'm getting the following warning when compiling:
Warnings:
/Users/some-user/Projects/SomeApp/SomeApp/SomeApp.csproj (Build) -> /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets (_CoreCompileImageAssets target) ->
Resources/Images.xcassets: actool warning : The app icon set "AppIcons" has 2 unassigned children.
1 Warning(s)
I have provided each image for the app icons (except watch/car). There is no "unassigned" value in the Contents.json
file. I also tried to unset every image and set it again. I'm still getting the warning.
Currently I'm using Xamarin Studio 5.9.7 (build 22), Xamarin.iOS 9.0.1.29 with Mono 4.0.4., Xcode 7.0.1 (8228) Build 7A1001. All this runs on Mac OS X 10.10.5.
How do I get the warning removed?
Contents.json
, but each entry (except Info) has thefilename
attribute. I still get the warning. If you'd like I could add the content of the file here so you can look by yourself. – Cyano