I haven't dealt with the iOS asset catalog stuff before.
All new XF3 solution. I've added all the images wanted by the Assets.xcassets/AppIcon
pane (and what a pain that is).
So I no longer get an error for image120.png not found, etc.
Now I get an error for Images.imageset/Contents.json
not found. ANd I agree. When I look on the build mac there is no such directory or file.
So... Now what? What is it looking for to create that Images.imageset
? Do I have to add images to an image set whether I have any or not? Does it just not work if you don't have at least a set defined?
Well... Let's try that.
Now it complains there is no Images
blah blah. I'm thinking that at one time there was an Images catalog that got deleted... but not fully deleted... so some file someplace thinks its still there. Each new Images catalog is the next number up. So I'm always missing one.
Does anyone know where the list of these catalogs lives so I can manually edit it?