kif-framework / Lela

Lela iOS Perceptual Difference Testing Framework
GNU General Public License v3.0
73 stars 15 forks source link

iOS 8 issues in simulator #9

Closed markguinn closed 9 years ago

markguinn commented 10 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

markguinn commented 10 years ago

BTW, the image is present and named correctly. I paused the test at that point and verified that filePath points to a valid image.

patoroco commented 9 years ago

What about that? I have "similar" problem.