How to find the offending file for 'fopen failed for data file: errno = 2 (No such file or directory)'

Viewed 1697

I have a Swift/SpriteKit project with an App Clip. The app clip compiles on the Simulator (though it crashes when tested via TestFlight), but I receive the error fopen failed for data file: errno = 2 (No such file or directory). However, the offending file is not named.

There are numerous SO questions on the topic of this error. But as far as I can tell, those questions do not address how to find the offending file when it's not named in the logs.

My question is simple: What's the easiest way to find the name/location of the file in question when receiving this error?

Thank you!

Edit: I'm also getting the following message: Errors found! Invalidating cache...

0 Answers
Related