zoukankan      html  css  js  c++  java
  • unity3d导出xcode项目使用afnetworking 3框架导致_kUTTagClassMIMEType 问题解决方案

    http://blog.csdn.net/huayu_huayu/article/details/51781953  (参考链接)

    Undefined symbols for architecture armv7:

      "_kUTTagClassMIMEType", referenced from:

          -[AFStreamingMultipartFormData appendPartWithFileURL:name:error:] in AFURLRequestSerialization.o

      "_kUTTagClassFilenameExtension", referenced from:

          -[AFStreamingMultipartFormData appendPartWithFileURL:name:error:] in AFURLRequestSerialization.o

      "_UTTypeCreatePreferredIdentifierForTag", referenced from:

          -[AFStreamingMultipartFormData appendPartWithFileURL:name:error:] in AFURLRequestSerialization.o

      "_UTTypeCopyPreferredTagWithClass", referenced from:

          -[AFStreamingMultipartFormData appendPartWithFileURL:name:error:] 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)

     

     

    解决方法:

    这是缺少MobileCoreServices.framework

    引入MobileCoreServices.framework即可

  • 相关阅读:
    表优化
    存储和压缩
    自定义函数
    Hadoop中SecondaryNameNode和HA(高可用)区别
    ASUS笔记本,更换了固态硬盘,重装系统前后开机都自动进入BIOS界面
    顶部下拉菜单制作笔记
    综合笔记
    工具sublime安装
    head引入样式
    滚动固定导航代码
  • 原文地址:https://www.cnblogs.com/liumingxin123/p/7205344.html
Copyright © 2011-2022 走看看