jpush / jcore-react-native

MIT License
49 stars 54 forks source link

最新版本上存在bug,导致iOS编译失败 #49

Open WangZiXiao-ChenDu opened 2 years ago

WangZiXiao-ChenDu commented 2 years ago

你的运行环境

期望效果

请把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)

hutaoao commented 2 years ago

怎么解决的?