我使用iOS SDK 6.1创建了应用程序。一切正常,但今天我在iOS模拟器上检查了我的应用程序为iPhone 64bit。以下屏幕显示编译时的错误。
例如,
Undefined symbols for architecture x86_64:
"_CFRelease", referenced from:
-[Reachability dealloc] in Reachability.o
或
"_CFRunLoopGetCurrent", referenced from:
-[Reachability startNotifier] in Reachability.o
-[Reachability stopNotifier] in Reachability.o
我在另一个项目中使用的这个Reachability类适用于iPhone Sim 64b。任何人都可以帮我这个吗?
答案 0 :(得分:0)
您的代码将在弧形中,并且您添加的文件具有非旧代码。 删除dealloc并检查是否添加了所有添加了rechability类所需的框架。