Hi Julian,
Since a couple of months I´m working on an iOS-app including Juce. I use Juce-Components and native iOS GUI stuff in my app. Yesterday I´ve tried to run the code on a 64bit iOS device (new iPad mini) with bad results. Almost all images are not visible anymore. I include a bunch of images with this instructions.
File f=File::getSpecialLocation( File::invokedExecutableFile).getChildFile(“../img.png);
img = ImageCache::getFromFile(f);
If I run the app on a 32bit iPad it works without problems and shows up all images, but not on 64bit iPads. It´s really frustrating to come to this issue, a couple of weeks before release time. I work with XCode 5.1 and the latest Juce-repository.
What could be the reason for this issue ?
-Chris