We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added a up to date post about how to install this framework manually nowadays
Updated GettingStarted_iOS (markdown)
Note about XCode 4.6.1, iOS SDK 6.1
iOS doesn't have libidn pre-installed
Got some problems getting started using this guide, and therefore posting what needed to be done to solve them.
added copying the Authentication folder in Step 6 since there is a dependency
CocoaAsyncSocket no longer requires manual retain/release. Instructions for using MRR removed.
When I tried compiling this into my own project, it failed with Mach-O Linker errors until I added Security.framework. Also, the latest version of GCDAsyncSocket seems to use ARC, as that's what the warning tells me when I set that compiler flag.
Document the need for -fno-objc-arc on GCDAsyncSocket.m
Created GettingStarted_iOS (markdown)