Reachability.m ARC errors?

If you got some weird errors from Reachability.m (my xcode is in version 4.6.3), something like the following:

reachability_m_error

Then just update your reachability files with the new ones.

Also, Select your project -> target -> Build Phases -> Compile Sources
-> Double click the Reachability.m -> add the flag -fno-objc-arc.

Ref: http://stackoverflow.com/questions/7877867/use-reachability-m-in-xcode-4-2

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s