|
各位大大们,才接触IOS,下了官方的IOS开源框架,啥都没改动的情况下,使用XCODE7.2进行编译,出现好几个错误,不知道咋解决,还请大大们帮我看看,是哪里出的问题,谢谢,错误如下:
GizOpenSource_AppKit_iOS/Library/GizWifiSDK/GizWifiSDK.framework/GizWifiSDK (2 slices)
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_CLLocationManager", referenced from:
objc-class-ref in libBPush.a(BPushLocationManager.o)
"_OBJC_CLASS_$_GizWifiSDK", referenced from:
objc-class-ref in GosAnonymousLogin.o
objc-class-ref in GosForgetViewController.o
objc-class-ref in AppDelegate.o
objc-class-ref in GosRegisterViewController.o
objc-class-ref in GosAboutViewController.o
objc-class-ref in GosConfigSoftAPWaiting.o
objc-class-ref in GosCommon.o
...
"_kCLLocationAccuracyBest", referenced from:
-[BPushLocationManager setupLocationManager:] in libBPush.a(BPushLocationManager.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
|