Hey All,
First of I would like to say how awesome spine is.
My problem is adding the SFML runtimes to my project, I tried numerous things nothing worked.
I usually get the <spine/spine.h> not found error.
Here is what I tried:
I created and empty folder in my project called spine. to that folder I added the spine-c src and include files, I also added two files from spine SFML src.
I then went to project build settings and under search paths I added the path to the folder I created.
Is there any demo or tutorial out there to show an example of how to add runtimes to an Xcode project step by step?
Any help will be appreciated.
Cheers
Update: did it the hard way, copied every single file into Xcode and then edited each #include to remove the <spine/.......> and replace it with #include ".....h".
No error now, except that I'm not seeing any demo action due to a "could not load ....json file" console message" 🙁
Ok, I read that the reason I am getting the "unable to load skeleton file raptor.json" messages is that there is an issue with the json file parsing.
somewhere else in this forum it talks about the use of strtod() function. I still have the issue, is there a solution?