当前位置:网站首页>Xcode13.3.1 error reported after pod install
Xcode13.3.1 error reported after pod install
2022-06-28 05:55:00 【Muzi string music】
Xcode The version is shown in the figure

The project hasn't imported a new library for twoorthree months , Recently, I want to do the wechat quick login function , Import required WechatOpenSDK, I backed up the project locally , Afraid of problems . I always have the habit of backing up projects before updating projects .
So I am Podfile Add pod 'WechatOpenSDK' Then start pod install. Everything seems to have succeeded , Start running events , It is found that a database reported an error , This library is a local self editing library , Import locally . An error is as follows , The picture was carried out in a crazy big size , But the error message is still obvious .

Think of a lot of ways to solve this problem , It's almost reloaded cocoapod( It is estimated that reloading will not solve the problem ), Because this library is imported from my local library cocoapod. Pictured

There are many schemes on the Internet , But they are not suitable for my project . In the end pod Solve the problem .
The solution is as follows
stay Podfile in platform :ios, '9.0' Add this code below
install! 'cocoapods', :disable_input_output_paths => true
If you still don't understand, please see the screenshot

I've been working on this code all morning , Finally solve the problem . Make a note of .
边栏推荐
猜你喜欢

Lhasa accordion

File foundation - read / write, storage

YYGH-6-微信登录

19 fonctions de perte d'apprentissage profond

6. graduation design temperature and humidity monitoring system (esp8266 + DHT11 +oled real-time upload temperature and humidity data to the public network server and display the real-time temperature
![RL practice (0) - and the platform xinchou winter season [rule based policy]](/img/dc/10d615c64123475fea180e035095ff.png)
RL practice (0) - and the platform xinchou winter season [rule based policy]

6. 毕业设计温湿度监控系统(ESP8266 + DHT11 +OLED 实时上传温湿度数据给公网服务器并在OLED显示屏上显示实时温湿度)

YYGH-8-预约挂号

Small ball playing

How to do a good job of dam safety monitoring
随机推荐
numpy.reshape, numpy.transpose的理解
Xcode13.3.1 项目执行pod install后报错
[CAD drawing Video] AutoCAD 2014 master's way
数据中台:数据治理的建设思路以及落地经验
脚本语言和编程语言
ThreadLocal
sklearn 特征工程(总结)
JSP connects with Oracle to realize login and registration (simple)
bash install. SH ******** error
Data warehouse: detailed explanation of hierarchical design
Cryptography notes
[MySQL] all query tables contain 20million data -- how to optimize SQL
使用pytorch和tensorflow计算分类模型的混淆矩阵
Yygh-8-appointment registration
Line animation
Filecoin黑客松开发者大赛
Main functions of 5ggnb and ng ENB
函数栈帧的创建和销毁
JSP connecting Oracle to realize login and registration
YYGH-7-用户管理