Skip to content
New issue

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

example提示:library not found for -ljanalytics-ios-2.1.2 #61

Open
xianglinhe opened this issue May 28, 2020 · 3 comments
Open

example提示:library not found for -ljanalytics-ios-2.1.2 #61

xianglinhe opened this issue May 28, 2020 · 3 comments

Comments

@xianglinhe
Copy link

xianglinhe commented May 28, 2020

将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",

@kiddyuchina
Copy link

rn 0.60 遇到同样错误

@kiddyuchina
Copy link

kiddyuchina commented Jun 3, 2020

@xianglinhe 解决了,略坑。
需要把
/node_modules/janalytics-react-native/ios/RCTJAnalyticsModule/janalytics-ios-2.1.2.a
文件名修改为
libjanalytics-ios-2.1.2.a

@xianglinhe
Copy link
Author

@xianglinhe 解决了,略坑。
需要把
/node_modules/janalytics-react-native/ios/RCTJAnalyticsModule/janalytics-ios-2.1.2.a
文件名修改为
libjanalytics-ios-2.1.2.a

谢谢!按照你的方法我也跑起来了,希望能尽快合并你的pr。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants