美文网首页XcodeBUG
-ljcore-ios-1.2.2 not found

-ljcore-ios-1.2.2 not found

作者: 宝宝丶菲 | 来源:发表于2018-11-08 10:12 被阅读0次

pod 更新版本之后,xcode运行报错:

-ljcore-ios-1.2.2 not found

打开工程下的pods/Target Support Files/Pods-app/Pods-app.debug.xcconfig 文件

在文件中搜索jcore-ios 搜索结果显示-jcore-ios-*,*为你当前的版本号,复制版本号

进入Target -> Build Setting -> Other Linker Flags 将其中报错的版本号更改为你所复制的当前版本号,再次运行即可。

相关文章

网友评论

    本文标题:-ljcore-ios-1.2.2 not found

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