pod-install Questions

8

Solved

I have created a new react native project and then install npm , run command bundle install and then then cd iOS pod install but it got stuck on Installing React-perflogger (0.71.2) Installing Reac...
Unblushing asked 2/2, 2023 at 21:41

35

Solved

I installed pod some time ago. However, it's stopped working so I'm working through this again. However, I almost immediately run into a problem here: pod install -bash: pod: command not found ...
Chemist asked 7/1, 2013 at 18:57

18

when I have a react native project....and when I run pod install it gives me the following error Invalid `Podfile` file: cannot load such file -- /myPath/node_modules/react-native/scripts/react_nat...
Extrinsic asked 15/8, 2020 at 4:16

20

I was trying to update the existing pods with the pod install command, but it takes forever to run. The verbose mode shows it was stuck at the following line (forever) Updating spec repo master $ ...
Cchaddie asked 20/5, 2014 at 9:30

4

Solved

Context: I'm trying to create a React Native App with react-native-video. The iOs installation instruction starts with npx pod-install. Running: npx pod-install Returns: npx: installed 1 in 1....
Darbydarce asked 17/6, 2020 at 8:29

2

I just started learning react-native. While trying to run npx pod-install I get: Scanning for pods... 1.11.3 > pod install Auto-linking React Native modules for target `AudioOnlyRN`: RNCAsyncSto...
Evangelineevangelism asked 29/10, 2022 at 13:54

25

I have an error when I tried to launch my project on my iPhone, the basic Flutter example is working on my iPhone but when I use my project I have this error.
Sihon asked 10/1, 2019 at 18:45

5

Solved

when I start pod install the result : [!] CocoaPods could not find compatible versions for pod "React/Core": In Podfile: react-native-fetch-blob (from ../node_modules/react-native-fetch-b...
Checkerberry asked 29/6, 2020 at 18:19

21

Solved

I'm cloning a project from a git repo, but when I execute pod install the first line I see is "Setting up CocoaPods Master repo" and after that I can't see anything more, the console stops there. ...
Philbo asked 9/1, 2014 at 14:15

9

I understand that the following command will update a single pod: pod update <podname>. However this also updates the dependencies of other pods (pods that were not included in the update com...
Propagation asked 14/10, 2014 at 0:53

1

Solved

I installed firebase like this in my react native project--> yarn add @react-native-firebase/database and then when I tried installing the pods based on the documentation with this command --&g...
1

© 2022 - 2024 — McMap. All rights reserved.