Need Reachability version for ARC in iOS5

前端 未结 8 1611
萌比男神i
萌比男神i 2021-02-01 15:29

Using Apple\'s Reachability code in iOS5 I get a bunch of compilation errors as shown below. Any ideas on what is happening here? I\'m using ARC so I have edited the standard co

8条回答
  •  攒了一身酷
    2021-02-01 15:50

    I know this thread is old, but in case anyone is interested you can solve this by disabling ARC for Reachability.m. Look at this post.

提交回复
热议问题