ios - Adding reachability to iphone application gives linking errors -
i keep getting these errors trying run reachability.h

go project build phases , add following
under compile sources, press "+" icon , add reachability.m
under link binary libraries press "+" icon , add systemconfiguration.framework

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
Post a Comment