jpoag Turn off ARC for the spine runtime sources... http://www.codeography.com/2011/10/10/m ... -nice.html Nate should probably add: #if __has_feature(objc_arc) #error This file cannot be compiled with ARC. Either turn off ARC for the project or use -fno-objc-arc flag #endif to the top of those .m files.
kotaiba Added -fno-objc-arc to the .m files and another errors shows Loading Image i really need to fix this ,my game is ready i just wanna add 3 animations and i stuck 🙁