We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
将janalytics-react-native添加到项目后,运行react-native run-ios提示:library not found for -ljanalytics-ios-2.1.2。
运行example也提示同样的错误。
"janalytics-react-native": "^1.4.6", "jcore-react-native": "^1.8.0", "jpush-react-native": "^2.8.1", "react": "16.9.0", "react-native": "0.61.4",
The text was updated successfully, but these errors were encountered:
rn 0.60 遇到同样错误
Sorry, something went wrong.
@xianglinhe 解决了,略坑。 需要把 /node_modules/janalytics-react-native/ios/RCTJAnalyticsModule/janalytics-ios-2.1.2.a 文件名修改为 libjanalytics-ios-2.1.2.a
/node_modules/janalytics-react-native/ios/RCTJAnalyticsModule/janalytics-ios-2.1.2.a
libjanalytics-ios-2.1.2.a
谢谢!按照你的方法我也跑起来了,希望能尽快合并你的pr。
No branches or pull requests
将janalytics-react-native添加到项目后,运行react-native run-ios提示:library not found for -ljanalytics-ios-2.1.2。
运行example也提示同样的错误。
The text was updated successfully, but these errors were encountered: