Closed markguinn closed 9 years ago
The same test run on the ios7.0 simulator works but on the ios8 simulator fails to find the reference image. The following call seems to return nil on Lela.mm line 68:
return [UIImage imageWithContentsOfFile:filePath];
I suspect it's related to this issue: http://stackoverflow.com/questions/25884382/ios-8-bundle-path-changes
BTW, the image is present and named correctly. I paused the test at that point and verified that filePath points to a valid image.
What about that? I have "similar" problem.
The same test run on the ios7.0 simulator works but on the ios8 simulator fails to find the reference image. The following call seems to return nil on Lela.mm line 68:
I suspect it's related to this issue: http://stackoverflow.com/questions/25884382/ios-8-bundle-path-changes