NSBundle.mainBundle().URLForResource(\"bach1\", withExtension: \"jpg\")
The above code is returning null.
In order to check if the file exi
I found that you have to actually go into Build Phases -> Copy Bundle Resources and manually add your item sometimes to the bundle. In my case it was a video file that didn't get added to the bundle correctly on its own.