简体   繁体   English

架构armv7找不到符号

[英]symbol(s) not found for architecture armv7

I am integrate LinkedInIOS Login Demo with my current application from: https://github.com/jeyben/IOSLinkedInAPI 我将https://github.com/jeyben/IOSLinkedInAPI与LinkedInIOS登录演示与当前应用程序集成在一起

Also add supporting classes of "AFNetworking". 还添加“ AFNetworking”的支持类。

And It's gives me an error as mention below: 而且它给我一个错误,如下所述:

Undefined symbols for architecture armv7:
  "_kUTTagClassMIMEType", referenced from:
      _AFContentTypeForPathExtension in AFURLRequestSerialization.o
  "_kUTTagClassFilenameExtension", referenced from:
      _AFContentTypeForPathExtension in AFURLRequestSerialization.o
  "_UTTypeCreatePreferredIdentifierForTag", referenced from:
      _AFContentTypeForPathExtension in AFURLRequestSerialization.o
  "_UTTypeCopyPreferredTagWithClass", referenced from:
      _AFContentTypeForPathExtension in AFURLRequestSerialization.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Please suggest me any solution about it. 请建议我任何解决方案。 My deployment target was 5.0. 我的部署目标是5.0。

That problem was resolved. 这个问题解决了。 As possible issue for that kind of problem was shown at below question: 以下问题显示了此类问题的可能问题:

https://stackoverflow.com/questions/6429494/... HTTPS://stackoverflow.com/questions/6429494 / ...

But in my case I need to add MobileCoreServices.framework 但就我而言,我需要添加MobileCoreServices.framework

By adding this framework problem was resolved. 通过添加此框架,问题得以解决。

Thanks. 谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM