ios - Adding reachability to iphone application gives linking errors -


i keep getting these errors trying run reachability.h

enter image description here

go project build phases , add following

under compile sources, press "+" icon , add reachability.m

under link binary libraries press "+" icon , add systemconfiguration.framework

check screen shot

update:

if receiving arc compilation errors have disable arc on specific files please follow steps in answer how can disable arc single file in project?


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -