IOS7.0上Demo pod install 后build 报错 ,咋办?

新手上路,请多包涵

已经 修改编译选项 Architectures 值为 Standard architectures(armv7,armv7s)
错误信息
ld: warning: directory not found for option '-L/Users/lai/work/code/mobile/ios/TutorialAVOSCloud/../../release-v1.0'
ld: warning: directory not found for option '-L/Users/lai/work/code/mobile/ios/TutorialAVOSCloud/../../release-v1.0/Versions/A'
ld: warning: directory not found for option '-L/Users/lai/work/code/mobile/ios/TutorialAVOSCloud/../../release-v1.0/Versions/Current'
ld: warning: directory not found for option '-F/Users/lai/work/code/mobile/ios/TutorialAVOSCloud/Paas.embeddedframework'
ld: warning: directory not found for option '-F/Users/lai/work/code/mobile/ios/TutorialAVOSCloud/PaasUI.embeddedframework'
ld: warning: directory not found for option '-F/Users/lai/work/code/mobile/ios/TutorialAVOSCloud/../../release-v1.0'
Undefined symbols for architecture i386:
"OBJC_CLASS$_CTTelephonyNetworkInfo", referenced from:
objc-class-ref in AVOSCloud(AVAnalyticsUtils.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

阅读 3.9k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进