TouchCode / TouchJSON

A humane JSON Objective-C un-framework. (TouchJSON has been deprecated - see README)
http://touchcode.com/
Other
800 stars 169 forks source link

static declaration of "hexdec" follows non-static declaration #24

Open gangadharbonda opened 11 years ago

gangadharbonda commented 11 years ago

Hi, We are currently facing the issue mentioned in the title on integrating the "Touch JSON" code in my application with XCode 4.5.2 . So can you please let us know the solution .

Thanks in advance, Gangadhar skype : gangadhar.bonda1984

darekfilip commented 11 years ago

Simple workaround: In JSONDeserializer.m move function hexdec before function ConvertEscapes. BTW: static function should have declarations.