maxgribov/SpineSampleProject

fopen failed for data file: errno = 2 (No such file or directory) Errors found! Invalidating cache...

Closed this issue · 1 comments

hi,Xcode version:15.0 (15A240d),iOS :17.0.3
first run this project show the message:

fopen failed for data file: errno = 2 (No such file or directory)
Errors found! Invalidating cache...

and the screen is black,not show the Skeleton

change the code

let character = try Skeleton(json: "goblins-ess", folder: "goblins", skin: "goblin")
to
let character = try Skeleton(json: "goblins-ess", folder: "Goblins", skin: "goblin")

work done

Thank you so much for creating this library!