English 中文(简体)
SSL certificate is not OK with Cocoapods CDN
原标题:

When I run pod install in the ios directory of my project, i get the error: CDN: trunk URL couldn t be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: SSL peer certificate or SSH remote key was not OK

It takes about a minute after the previous local podspec is fetched before it arrives at this error, so it seems like a timeout to me.

I installed ruby and curl very recently. The way I installed curl was with a dll file off of https://curl.haxx.se/windows/ ; I followed the directions here

I m trying to add expo-modules to my react native project with npx install-expo-modules@latest

问题回答

暂无回答




相关问题
HandleClick not being recognized as a prop

I m trying to get my menu to show when I click the sidebar, but I m getting an error "react-dom.development.js:86 Warning: React does not recognize the handleClick prop on a DOM " import { ...

Is there an equivalent to localStorage in React Native?

I d like to implement the equivalent to the javascript localStorage in my React Native app. But I m unsure how to set. To function how I want it to, I would like the localStorage to be stored every ...

Video Calling in Expo React Native Application

I am building a React Native Application using Expo and I want to integrate a 1:1 video calling functionality in the app. From what I have researched so far on the topic is that I can use SDKs of ...

热门标签