You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to use this library in xcode, and its failing while trying to load the sample provided. Im able to load other assets from the data folder referenced in the error message.
Any help would be great.
The text was updated successfully, but these errors were encountered:
Not entirely sure why - the path should be assets/demo.tmx not data/assets/demo.tmx so you may have a mistake there (see this line). XCode also expects the assets directory to be in the Debug or Release output directories so you can either copy it there or create a symlink to the repository directory:
i guess it has something to do with Xcode manages file paths. I tried a much simpler example to just load a FILE from a path, and it fails too. Tried giving it both the relative and absolute paths and it still doesnt work.
I got the tileset to load on windows by the way.
Repository owner
locked and limited conversation to collaborators
Sep 13, 2023
Im trying to use this library in xcode, and its failing while trying to load the sample provided. Im able to load other assets from the data folder referenced in the error message.
Any help would be great.
The text was updated successfully, but these errors were encountered: