I'm trying to work with reachability in my project. I added Reachability.h and Reachability.m files. But after building project xCode shows me strange errors:
Undefined symbols for architecture i386: "_SCNetworkReachabilityCreateWithName", referenced from: +[Reachability reachabilityWithHostname:] in Reachability.o "_SCNetworkReachabilityCreateWithAddress", referenced from: +[Reachability reachabilityWithAddress:] in Reachability.o "_SCNetworkReachabilitySetCallback", referenced from: -[Reachability startNotifier] in Reachability.o -[Reachability stopNotifier] in Reachability.o "_SCError", referenced from: -[Reachability startNotifier] in Reachability.o "_SCErrorString", referenced from: -[Reachability startNotifier] in Reachability.o "_SCNetworkReachabilitySetDispatchQueue", referenced from: -[Reachability startNotifier] in Reachability.o -[Reachability stopNotifier] in Reachability.o "_SCNetworkReachabilityGetFlags", referenced from: -[Reachability isReachable] in Reachability.o -[Reachability isReachableViaWWAN] in Reachability.o -[Reachability isReachableViaWiFi] in Reachability.o -[Reachability connectionRequired] in Reachability.o -[Reachability isConnectionOnDemand] in Reachability.o -[Reachability isInterventionRequired] in Reachability.o -[Reachability reachabilityFlags] in Reachability.o
Probably you forgot to add the SystemConfiguration.framework to your project. If you don't know how to add a framework have a look at this SO question.
相关推荐
标题与描述中的“Bugs as deviant behavior__a general approach to inferring errors in systems code”这一主题探讨了一种新颖的方法,旨在自动识别系统代码中的错误。这种方法的核心在于将程序中的bug视为偏离...
NBS Technical Note 667是关于近场误差测量的误差分析的基础性文章。是Yaghjian1975年在美国NBS工作期间的技术报告。
(Geophys Res Lett 34:<BR>L13302, 2007), for reducing the correlated errors in the Stokes coefficients (SCs) of the spherical harmonic expansion<BR>of the GRACE determined monthly geopotential ...
Errors in Veterinary Anesthesia is the first book to offer a candid examination of what can go wrong when anesthetizing veterinary patients and to discuss how we can learn from mistakes. ,解压密码 ...
《PDF电子书《Compile and Runtime Errors in Java》》是一本由Mordechai (Moti) Ben-Ari编写的深入探讨Java编程语言中编译时错误和运行时错误的专业书籍。作者是魏茨曼科学研究所科学教学系的成员,该书在2007年1月...
If you want to know how... 1. Improve Your Punctuation & Grammar.... How to improve your performance in coursework and examinations Write with Confidence Solutions and examples for everyday writing needs
Avoiding Read While Write Errors When In-Software Flash
Experience Report: A Characteristic Study on Out of Memory Errors in Distributed Data-Parallel Applications
The usual implementation of malloc and free are unforgiving to errors in their callers' code, including cases where the programmer overflows an array, forgets to free memory, or frees a memory block ...
教程名称:华为各系列交换机故障处理方法专题 课程目录: 【】专题一:交换机启动异常故障处理 【】专题三:交换机网络环路故障处理 【】专题二:交换机端口类...
learning representations by back-propagating errors
In laser-pointing-related applications, when only the centroid of a laser spot is considered, then the position and angular errors of the laser beam are often coupled together. In this study, the ...
cfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.go
Verifika is a software tool that helps to locate and resolve formal errors in bilingual translation files and translation memories. It detects formatting, consistency, terminology and spelling errors ...
You’ve learned the essentials of working with LLDB’s Python module, as well as how to correct any errors using Python’s PDB debugging module. Now you’ll explore the main players within the lldb ...
There are 1 nested errors: weblogic.management.ManagementException: [Management:141266] Parsing Failure in config.xml: javax.xml.namespace.QName; local class incompatible: stream class desc ...
JEDEC JESD89A:2006(R2012) Measurement and Reporting of Alpha Particle and Terrestrial Cosmic Ray-Induced Soft Errors in Semiconductor Devices JEDEC JESD89A:2006(R2012) 是JEDEC(Joint Electron ...
# all warnings being treated as errors ## 技巧 在ubuntu系统下编译一个程序包,有时会遇到这样的错误: $ make ... cc1: all warnings being treated as errors