I am having a problem with XCAssets. I created a custom XCAssets file with icons inside. I get the image from the file like this:
[UIImage imageNamed:@"deniedOverlay"];
So, now the problem. The files aren't copied to the .app file, so I get blank images. XCAssets file is added to "Copy Bundle Resources". I can't fix this problem myself.
Thanks!