Questions tagged [pod-install]

44 questions
0
votes
0 answers

Cocoapods installation issue on some projects

When install cocoapod by using command pod install showing this error in some projects but some projects pod installed successfully why I am showing this error .please suggest me. When install cocoapod by using command pod install showing this error…
ashish
  • 11
  • 2
0
votes
0 answers

RN - Unable to find a specification for `FlipperKit (ALL_VERSION)`

my project has an error in flipper's pod install, I've tested several versions and I've run pod install --repo-update but without any effect. My Project: "react": "16.13.1", "react-native": "0.63.5", Fetching podspec for `DoubleConversion` from…
0
votes
0 answers

JSON gem 'cannot be found' but appears in gem list

Trying to execute the command "pod init" and when I do terminal outputs "Could not find 'json' (>= 1.5.1) among 44 total gem(s) (Gem::MissingSpecError) Checked in…
0
votes
1 answer

Unable to build and run react native project. Pods failing to install

I am currently getting the following error when running pod install: Do I need to update the OpenSSL-Universal? If so, how do I do this? I am also using Firebase. Is this an issue? Does Firebase need to be updated? My project was building and…
AJDee
  • 147
  • 1
  • 14
0
votes
1 answer

Pod Install on M1 Error AFTER sudo arch -x86_64 gem install ffi & Ruby Update

I have been researching how to get pod install to work on my M1 but I am still stuck. This issue has come up before and I've tried the following: Running sudo arch -x86_64 gem install ffi Updated ruby and setting it to override the path (my ruby…
Aggressor
  • 13,323
  • 24
  • 103
  • 182
0
votes
1 answer

Can't run "pod install" on M1

I started to work on porting a small iOS project I had on an old Mac (2014 model) to an M1 that I bought just a few months ago. After installing the last version of Xcode as well as cocoapods. I ran "pod init" an edited the Podfile as usual. Then…
Michel
  • 10,303
  • 17
  • 82
  • 179
0
votes
1 answer

pod install fails in integrated vs terminal

I'm trying to run a pod update from my integrated VS-code terminal (react-native project) but it keeps throwing this error: node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module…
Alex Skotner
  • 462
  • 1
  • 8
  • 18
0
votes
2 answers

Flutter App Not Working on MacOS -> Exception: Error running pod install when launching MacOS app. No errors when run outside of MacOS

I get this error message when trying to launch on macOS. I have no issues when launching with iOS simulator, android emulator, or chrome web app. I work on an M1 Mac and my terminal launches through rosetta. I have manually removed and reinstalled…
Jack Estes
  • 11
  • 2
0
votes
0 answers

Pod error when I add audioplayer to flutter

I'm following a tutorial for Flutter, which uses the audioplayer package. Unfortunately, when I try to run the project after adding the package, it doesn't work anymore... I tried everything I found around, but nothing seems to work: I get errors…
0
votes
0 answers

React Native Podfile pod install throw npm error

Hey i work my own project. When i run pod install it throw npm erorr. I use React Native CLi. I look many question but i don't fix my issue I tried every way. if not again delete xcode and install İnfo: ** > CocoaPods : 1.11.2 > …
0
votes
1 answer

How to fix a pod install error for the DeepAR in Flutter

I'm using the rwa_deep_ar package for the DeepAR feature in the Flutter project. When I install the pod in MacOS, I see the following error. I want to know how to fix this error and how to use the DeepAR for iOS in Flutter.
0
votes
1 answer

Getting error message installing Firestore pods when using macOS Big Sur Version 11.1

I have used Firestore in previous projects before on my old Mac, I've just recently bought a new MacBook Pro and I'm trying to install firestore pods I first set up the pod file and save it with the below code Uncomment the next line to define a…
0
votes
1 answer

React Native developing on Windows for Android and ios

i'm little bit confused about the installation of COCOAPODS and the installation gydes for react-native libaries. If I developing on Windows for iOS and Android. Do I have installing the COCOAPODS? And what about this:…
-2
votes
2 answers

I am trying to run a iOS app using flutter and this is the error I am getting after installing cocoa pods (error regarding pod install)

System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/unicode_normalize/normalize.rb:141:in `normalize': Unicode Normalization not appropriate for ASCII-8BIT (Encoding::CompatibilityError) This is the error I get after I try to…
1 2
3