只是简单的想实例化一个AVLoginViewController
self.window.rootViewController = [[AVLogInViewController alloc] init];
就无法编译,报错信息:
ld: warning: ignoring file /Users/xxx/Development/IOS/ElevenEleven/Pods/AVOSCloudUI/iOS/release-v2.1.2/AVOSCloudUI.framework/AVOSCloudUI, missing required architecture x86_64 in file /Users/xxx/Development/IOS/ElevenEleven/Pods/AVOSCloudUI/iOS/release-v2.1.2/AVOSCloudUI.framework/AVOSCloudUI (3 slices)
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_AVLogInViewController", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我记得官网的DEMO可以啊,你不行就是你的问题了。。。你以前是否运行成功过?