【发布时间】:2012-05-17 05:47:41
【问题描述】:
我想在我的应用中检查互联网连接。所以我使用 Apple 的 Reachability 示例代码。
但是由于使用了 ARC 存在一些错误。我更正了其中一些错误,但其他错误仍在我的代码中。
我应该如何解决这个问题?有什么想法吗?
谢谢。
【问题讨论】:
-
尝试禁用 ARC。 look this已修改
标签: ios xcode compiler-errors automatic-ref-counting