jcore-react-native
jcore-react-native copied to clipboard
最新版本上存在bug,导致iOS编译失败
你的运行环境
- 插件版本:
- react-native 版本:
期望效果
请把Build Phases -> Link Binary With Libraries 中的 libjcore-ios-2.4.0.a 改为 libjcore-ios-2.7.1.a
重现步骤
编译报错
Debug logs
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate file for: -ljcore-ios-2.4.0 error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -ljcore-ios-2.4.0 is not an object file (not allowed in a library) Command Libtool failed with a nonzero exit code
can't locate file for: -ljcore-ios-2.4.0 file: -ljcore-ios-2.4.0 is not an object file (not allowed in a library)
怎么解决的?