Hi,
this is causing me some confusion, I am unfamiliar with what is going on here, and the new source is giving me linker errors.
To update to the latest sparrow build, I download the master zip from github, and extract the src directory and replace the current src directory already on my system (under sparrow directory).
Then I load up any project that uses sparrow, it detects the change in the src tree, and indexes the newly found source, ready to build.
Then I build and it all takes care of itself.
Not this time, however,
How do I use this in existing projects?
I have replaced the old source with the new source, but now I am getting multiple build errors such as:
"Duplicate interface definition for class 'SPSprite'
"Property has a previous declaration'
"Duplicate interface definition for class 'SPDisplayObject'
"Apple LLVM 5.0 Error - Too many errors emitted, stopping..."
etc.
Do I need to completely remove the Sparrow project from existing projects and re-add it as a framework instead?
If so, where am I dragging the Sparrow.framework from? How do I build it as a framework?
Sorry, but I'm a bit lost here, thanks for any pointers anyone can offer 🙂