zoukankan      html  css  js  c++  java
  • OC-bug: Undefined symbols for architecture i386: "_OBJC_CLASS_$_JPUSHRegisterEntity", referenced from:

    bug的提示:

    Undefined symbols for architecture i386:

      "_OBJC_CLASS_$_JPUSHRegisterEntity", referenced from:

          objc-class-ref in AppDelegate+JPush.o

      "_OBJC_CLASS_$_HVisitorTrack", referenced from:

          objc-class-ref in HDChatViewController.o

      "_OBJC_CLASS_$_HOrderInfo", referenced from:

          objc-class-ref in HDChatViewController.o

      "_OBJC_CLASS_$_HVisitorInfo", referenced from:

          objc-class-ref in HDChatViewController.o

      "_kJPFNetworkDidReceiveMessageNotification", referenced from:

          -[PlayViewController goToPlayWithUrl:] in PlayViewController.o

          -[PlayViewController goToBackground] in PlayViewController.o

          -[PlayViewController goBackFront] in PlayViewController.o

          -[PlayViewController viewWillDisappear:] in PlayViewController.o

          -[AppDelegate(JPush) jq_receiveJpushMessage:] in AppDelegate+JPush.o

      "_OBJC_CLASS_$_HOptions", referenced from:

          objc-class-ref in AppDelegate+HelpDesk.o

      "_OBJC_CLASS_$_HControlMessage", referenced from:

          objc-class-ref in HDMessageViewController.o

      "_OBJC_CLASS_$_HError", referenced from:

          objc-class-ref in HDMessageViewController.o

      "_OBJC_CLASS_$_HMessage", referenced from:

          objc-class-ref in HDMessageViewController.o

          objc-class-ref in HDSDKHelper.o

      "_OBJC_CLASS_$_HChatClient", referenced from:

          objc-class-ref in HDMessageReadManager.o

          objc-class-ref in SCLoginManager.o

          objc-class-ref in HDMessageViewController.o

          objc-class-ref in AppDelegate+HelpDesk.o

          objc-class-ref in HDSDKHelper.o

          objc-class-ref in HFormWebViewController.o

          objc-class-ref in HDChatViewController.o

          ...

      "_OBJC_CLASS_$_JPUSHService", referenced from:

          objc-class-ref in AppDelegate+HelpDesk.o

          objc-class-ref in AppDelegate+JPush.o

      "_OBJC_CLASS_$_ControlType", referenced from:

          objc-class-ref in SatisfactionViewController.o

      "_OBJC_CLASS_$_ControlArguments", referenced from:

          objc-class-ref in HDMessageViewController.o

          objc-class-ref in SatisfactionViewController.o

      "_OBJC_CLASS_$_HMessageHelper", referenced from:

          objc-class-ref in HDBaseMessageCell.o

          objc-class-ref in HDMessageViewController.o

          objc-class-ref in HDMessageCell.o

          objc-class-ref in HDMessageModel.o

    ld: symbol(s) not found for architecture i386

    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    出现的原因是:极光和环信的第三方不支持release的运行,修改方式如下:

    然后:

  • 相关阅读:
    Test
    Python Requests库使用指南
    Python文件操作,看这篇就足够
    Ubuntu配置完全教程
    Redis入门
    Python Requests 库学习笔记
    c++11函数模板“偏特化”的一种实现
    c++通用判零模板类
    Python实现1-9数组形成的结果为100的所有运算式
    QT:用QWebSocket实现webchannel,实现C++与HTML通信
  • 原文地址:https://www.cnblogs.com/lyz0925/p/9117208.html
Copyright © 2011-2022 走看看