美文网首页
React Native模拟器调试正常,直接运行闪退

React Native模拟器调试正常,直接运行闪退

作者: 飞奔在路上 | 来源:发表于2018-10-09 17:54 被阅读443次

    在使用了 三方动态库的工程中,如果模拟器调试正常,直接运行闪退,在真机调试报如下错误

    dyld: Library not loaded: @rpath/xxx.framework/Versions/A/xxx Referenced from: /Users/Ivan/Library/Developer/Xcode/DerivedData/myApp-bsxfcnwqpaxnzbhencwzteasshzf/Build/Products/Debug/myApp.app/Contents/MacOS/myApp Reason: image not found

    解决方法:

    dyld library not loaded @rpath/frameworkplease make sure that the framework is showing under target->general->embeded binaries and linked framework and libraries sectionif not then add by clicking + sign add just add the framework onlydone!


    作者:longzs
    来源:CSDN
    原文:https://blog.csdn.net/longzs/article/details/50684718?utm_source=copy

    相关文章

      网友评论

          本文标题:React Native模拟器调试正常,直接运行闪退

          本文链接:https://www.haomeiwen.com/subject/rkkboftx.html