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

     

  • 相关阅读:
    C#语句2——循环语句(for循环与for循环嵌套)
    C#语言基础
    C#几种截取字符串的方法小结
    SQL提取数据库表名,字段名等信息
    Winform绑定图片的三种方式
    C#中遍历各类数据集合的方法总结
    c#winform图片绘制与图片验证码
    DataGridView根据条件给单元格绑定图片
    C#Winform 父窗体 子窗体 传值
    一条Sql语句分组排序并且限制显示的数据条数
  • 原文地址:https://www.cnblogs.com/royi123/p/9004592.html
Copyright © 2011-2022 走看看