Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install and set up pod when developing flutter or ios

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "how to install and set up pod when developing flutter or ios". In daily operation, I believe many people have doubts about how to install and set up pod when developing flutter or ios. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the question of "how to install and set pod when developing flutter or ios". Next, please follow the editor to study!

To solve the problem of installing and setting up pod when developing flutter or ios

When you need to install cocoapods during ios development, the following exception occurs when you need to execute the command pod setup to download:

RPC failed; curl 56 LibreSSL SSL_read:SSL_ERROR_SYSCALL, errno 36

RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60

RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno9806

Wait, wait,

Https://gems.ruby-china.com/

After performing the above series of operations, open the terminal to execute the command:

Pod setup can be downloaded smoothly.

Method two

Download GitHub Desktop or execute the git clone command

Open https://github.com/CocoaPods/Specs

Fork to his own account.

Open in Desktop

Rename the folder of clone's Specs project to master, and drag it to the / Users/ user name / .uploapods / repos directory

Run pod setup again

Note: pod setup is to load CocoaPods Specs, but the Specs is relatively large, easy to fail when downloading, if you download zip directly, it will be missing .git, so use GitHub Desktop to download, you can see the progress, and the success rate is as high as this, on the "flutter or ios development when how to install to set pod method" is over, I hope to be able to solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report