当前位置:网站首页>target has libraries with conflicting names: libcrypto.a and libssl.a.
target has libraries with conflicting names: libcrypto.a and libssl.a.
2022-08-04 05:30:00 【语歆】
这里写自定义目录标题
今天 React Native 发布 1.0 版本了吗?
React-native-baidu-map Pod 安装失败
Copy攻城狮本大狮最近在引入React Native 第三方插件百度地图 react-native-baidu-map时遇到Pod 冲突。

[!] The 'Pods-mobileportal' target has libraries with conflicting names: libcrypto.a and libssl.a.
解决
- 1、首先package.json文件中删除"react-native-baidu-map",然后
yarn install, - 2、然后到iOS目录下,
pod install,然后打开***.xcworkspace工程项目,删除Pods/OpenSSL-Universal/Static/Support Files/底下的libssl.a和libcrypto.a, - 3、然后返回上级目录,package.json文件中添加"react-native-baidu-map",然后
yarn install, - 4、然后到iOS目录下,
pod install --no-repo-update,就可以了

边栏推荐
- Halcon缺陷检测
- 浅谈外挂常识和如何防御
- Transformer
- Androd Day02
- TypeError: load() missing 1 required positional argument: ‘Loader‘
- fuser 使用—— YOLOV5内存溢出——kill nvidai-smi 无pid 的 GPU 进程
- tensorRT教程——tensor RT OP理解(实现自定义层,搭建网络)
- Dictionary feature extraction, text feature extraction.
- 中国联通、欧莱雅和钉钉都在争相打造的秘密武器?虚拟IP未来还有怎样的可能
- Androd Day02
猜你喜欢
随机推荐
[Deep Learning 21-Day Learning Challenge] 3. Use a self-made dataset - Convolutional Neural Network (CNN) Weather Recognition
浅谈游戏音效测试点
ValueError: Expected 96 from C header, got 88 from PyObject
MySQL最左前缀原则【我看懂了hh】
TensorFlow2学习笔记:4、第一个神经网模型,鸢尾花分类
yoloV5 使用——训练速度慢,加速训练
sql中group by的用法
(TensorFlow) - detailed explanation of tf.variable_scope and tf.name_scope
腾讯、网易纷纷出手,火到出圈的元宇宙到底是个啥?
动手学深度学习__数据操作
图像形变(插值方法)
Polynomial Regression (PolynomialFeatures)
【深度学习21天学习挑战赛】2、复杂样本分类识别——卷积神经网络(CNN)服装图像分类
光条中心提取方法总结(一)
AIDL communication between two APPs
read and study
Matplotlib中的fill_between;np.argsort()函数
典型CCN网络——efficientNet(2019-Google-已开源)
(TensorFlow)——tf.variable_scope和tf.name_scope详解
Androd Day02




![[CV-Learning] Semantic Segmentation](/img/ad/ff5076495fa68e4bbf3be78f5ac6f2.png)




