美文网首页
Failed to load Info.plist from b

Failed to load Info.plist from b

作者: Metoo丶淡然 | 来源:发表于2021-02-20 17:27 被阅读0次

    报错信息

    Failed to load Info.plist from bundle at path /Users/xxx/Library/Developer/CoreSimulator/Devices/B16D1339-2A2E-46B7-9D89-1A7C58FB2199/data/Library/Caches/com.apple.mobile.installd.staging/temp.LQ6rdc/extracted/xxx.app/Frameworks/Masonry.framework; Extra info about Info.plist: Couldn't stat /Users/xxx/Library/Developer/CoreSimulator/Devices/B16D1339-2A2E-46B7-9D89-1A7C58FB2199/data/Library/Caches/com.apple.mobile.installd.staging/temp.LQ6rdc/extracted/xxx.app/Frameworks/Masonry.framework/Info.plist: No such file or directory

    561613812957_.pic.jpg

    解决办法

    在Podfile 文件里加一句 use_frameworks! :linkage => :static
    然后重新pod install

    导致原因

    可能是CocoaPods 1.9.0 版本以上导致的

    相关文章

      网友评论

          本文标题:Failed to load Info.plist from b

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