zoukankan      html  css  js  c++  java
  • dyld`__abort_with_payload:

    dyld`__abort_with_payload:

        0x1030422f0 <+0>:  mov    x16, #0x209

        0x1030422f4 <+4>:  svc    #0x80

    ->  0x1030422f8 <+8>:  b.lo   0x103042310               ; <+32>

        0x1030422fc <+12>: stp    x29, x30, [sp, #-0x10]!

        0x103042300 <+16>: mov    x29, sp

        0x103042304 <+20>: bl     0x103041990               ; cerror_nocancel

        0x103042308 <+24>: mov    sp, x29

        0x10304230c <+28>: ldp    x29, x30, [sp], #0x10

        0x103042310 <+32>: ret  

     

     

    dyld: Symbol not found: _MTLTextureDescriptorClass

      Referenced from: /var/containers/Bundle/Application/F648F8CF-4C8E-41BC-8B70-A3B85CD4FD75/TYBIM.app/TYBIM

      Expected in: flat namespace

     in /var/containers/Bundle/Application/F648F8CF-4C8E-41BC-8B70-A3B85CD4FD75/TYBIM.app/TYBIM

     

     

    https://stackoverflow.com/questions/24932344/dyld-symbol-not-found-tmdv12coregraphics7cgfloat

    https://stackoverflow.com/questions/28799471/dyld-symbol-not-found-uitransitioncontextfromviewcontrollerkey

    https://stackoverflow.com/questions/33100149/dyld-symbol-not-found-uiaccessibilitynotificationvoiceoveridentifier

    https://stackoverflow.com/questions/44947473/xcode-dyld-symbol-not-found-vtconsessionstart

     

    https://blog.csdn.net/mtc1256/article/details/7347826

     

    https://blog.csdn.net/xy_26207005/article/details/71108558

    Carthage使用心得

    https://www.jianshu.com/p/bf263c596538

     

    https://stackoverflow.com/questions/42027601/dyld-abort-with-payload-with-no-error-message#comment72805393_42185158

     

    https://blog.csdn.net/nyh1006/article/details/65448909

     

    https://blog.csdn.net/alanzjl/article/details/46850317

     

    https://blog.csdn.net/skylin19840101/article/details/72830747

     

    https://blog.csdn.net/wkyb608/article/details/27377471

     

    https://juejin.im/post/59ad5d6551882539255b4809

     

    https://stackoverflow.com/questions/24043532/dyld-symbol-not-found-nsurlauthenticationmethodclientcertificate-when-trying

     

    https://answers.unity.com/questions/1233249/symbol-not-found-unitygetaudioeffectdefinitions.html

     

    Unity 打包后会出现这个问题

    https://blog.csdn.net/wangjie33589/article/details/52439100

     

     

    最终解决办法:

    https://answers.unity.com/questions/1326249/fix-dyld-symbol-not-found-mtltexturedescriptorclas.html

    说明:在Unity打包的时候注意下配置项

       Try changing Target SDK to Device SDK in unity Player Settings -> Other Settings

     

  • 相关阅读:
    Windows Server 2008 R2 下配置证书服务器和HTTPS方式访问网站
    C# AD(Active Directory)域信息同步,组织单位、用户等信息查询
    Windows Server 2008 R2 配置Exchange 2010邮件服务器并使用EWS发送邮件
    体验vs11 Beta
    jQuery Gallery Plugin在Asp.Net中使用
    第一个Python程序——博客自动访问脚本
    网盘:不仅仅是存储
    TCP/UDP端口列表
    Linux的时间 HZ,Tick,Jiffies
    Intel Data Plane Development Kit(DPDK) 1.2.3特性介绍
  • 原文地址:https://www.cnblogs.com/royi123/p/9004592.html
Copyright © 2011-2022 走看看