my directory has the following files
daobing
daobing.spine
export
pack.json
when I try running spine in this directory, spine cannot file any of the input paths. I'm just following the command line docs. Is this a bug?
Salmon:daobing zeyangl$ /Applications/Spine/Spine.app/Contents/MacOS/Spine
---
export pack.json
---
input daobing.spine
---
output export/
ERROR: Export settings JSON file does not exist: pack.json
Need some help with this. Thanks!
[edit]
ok it seems the command line tool does not recognize relative path. If I switch to abs path everything works. Could you please fix this?