-ljcore-ios-1.2.2 not found

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)