| 
 | 
我的用官方开源框架编译出现错误,请问一下,你们编译没提示有错误吗?我这提示的错误如下 
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) 
 |   
 
 
 
 |