美文网首页
iOS unable to parse contents of

iOS unable to parse contents of

作者: 2018火 | 来源:发表于2019-06-05 12:29 被阅读0次

    iOS unable to parse contents of file list '/Users/xxx/Desktop/xxx/Pods/Target Support Files/Pods-...

     

    开发中多多少少会用到pod来加入一些第三方库。本人就在前不久的开发中使用pod的时候就遇到了一个问题,所以在此记录一下。

    从git上pull完项目之后,执行完pod install。一切看起来都安然无恙的样子,其实都被表面所蒙蔽,一运行马上报了个错。提示:unable to parse contents of file list '/Users/xxx/Desktop/xxx/Pods/Target Support Files/Pods-xxx/Pods-xxx-resources-Debug-input-files.xcfilelist'

    不要慌,此问题很好解决。只需要去项目中的target中,选择build phases的copy pods resources,删掉报错所提示的文件即可。

    因为本人已解决,所以这里没有文件,有相应文件的删掉即可

    相关文章

      网友评论

          本文标题:iOS unable to parse contents of

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