Questions tagged [pod-install]

44 questions
2
votes
2 answers

pod install error: The name of the given podspec 'file_picker' doesn't match the expected one 'gx_file_picker'

I'm getting the following error while doing pod install. [!] The name of the given podspec 'file_picker' doesn't match the expected one 'gx_file_picker' I have tried changing the name of the file in 'pubspec.yaml' from gx_file_picker to file_picker…
2
votes
1 answer

CDN: trunk URL couldn't be downloaded:https://cdn.jsdelivr.net/cocoa/Specs/1/d/4/CocoaAsyncSocket/7.6.1/CocoaAsyncSocket.podspec.json

I tried pod install command and am getting this error. % pod install Analyzing dependencies [!] CDN: trunk Repo update failed - 18 error(s): CDN: trunk URL couldn't be downloaded: …
Jeevitha
  • 21
  • 2
2
votes
2 answers

pod install error: The name of the given podspec `Yoga` doesn't match the expected one `yoga`

I'm getting the following error while doing pod install. The name of the given podspec `Yoga` doesn't match the expected one `yoga` Inside the Podfile these are the only lines with the word yoga and they are in lowercase...so I don't know what's…
preston
  • 3,721
  • 6
  • 46
  • 78
1
vote
3 answers

Pod install is not working. It fails with some Ruby-related issue

I am trying this in terminal: pod install Response: /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/yaml.rb:3: warning: It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please…
Usman Nisar
  • 3,031
  • 33
  • 41
1
vote
1 answer

Couldn't determine repo type for URL: `https://cdn.cocoapods.org/`: Permission denied @ rb_sysopen - /Users/admin/.netrc React native

When I am installing pod it shows me this error, I've tried reinstalling cocoapods and an older version of react native just to make sure if it's version issue.
1
vote
1 answer

JSON::ParserError - 451: unexpected token at '"Example/GoogleMapsDemos/Resources/'

When I do pod install, I get this information. How can i fix this please ――― MARKDOWN TEMPLATE ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Command /opt/homebrew/Cellar/cocoapods/1.11.3/libexec/bin/pod install…
Z Hu
  • 706
  • 1
  • 3
  • 13
1
vote
3 answers

How to fix an error that is occurred when install the pod 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.
1
vote
0 answers

React Native pod installs fails with incompatible version of FlipperKit/FlipperKitHighlightOverlay

I'm actually on React Native 0.63.3 and can't build my project with Xcode. The command pod install fails with the following message: CocoaPods could not find compatible versions for pod "FlipperKit/FlipperKitHighlightOverlay": In Podfile: …
Arbnor
  • 2,190
  • 18
  • 26
1
vote
1 answer

How to generate Pods folder when adding onesignal-cordova-plugin in Ionic Cordova project?

I'm adding OneSignal to my Ionic Cordova project, and following this guide. In section 3.16 it mentions the Platforms -> ios -> Pods folder, but this Pods folder doesn't exist. I know that to create the Pods folder you have to run pod install, but…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
1
vote
2 answers

pod install cdn_source.rb:342:in `download_file_async': undefined method `encode' for URI:Module

While trying to do "pod install" in react-native project , I am getting below error: /Users/admin/.rvm/rubies/ruby-3.0.0/lib/ruby/gems/3.0.0/gems/cocoapods-core-1.9.3/lib/cocoapods-core/cdn_source.rb:342:in download_file_async': undefined method…
0
votes
0 answers

I'm having trouble with Pod installation on Mac M2 problem

I have problem with pods to install using MacBook air with M2 chip I tried this code pod install also I tried arch -x86_64 pod install I got an error Cloning into '/var/folders/l8/bl4m0txx6vjcxbg6ffkg6kzr0000gn/T/d20230815-2276-e5r3rz'... …
0
votes
0 answers

Pod command not working after installation of cocoa pods

I am using macOS Monterey 12.6.7 I installed the cocoa pods using sudo gem install cocoapods after that I tried to run the pod install, but its not working and saying this error. Unable to locate the CocoaPods.app application bundle. Please ensure…
0
votes
0 answers

Facing error running pod install Flutter ios after changing ios platform specification in podfile

I am facing issues with running pod install. Before I tried to uncomment platform specification in podfiles for ios (set to 4.0) as it was required, while I was running main.dart. Could anyone please help me to solve it? Full error…
0
votes
0 answers

'cd ios' && 'pod install' or 'npx pod-install'

I have seen both alternatives out there but I'm not sure about the difference between them I've tried both but in different projects because I don't want to screw any of them, and actually haven't seen any difference. Any explanation would be really…
0
votes
1 answer

I get an Error when I use pod-install in react native

I tried to reinstall/update cocoapods, ruby, ffi and I dont really have a clue about that error or developing for apple in general. It seems to have a Problem with the Arch type? I work on an M1 Mac, could that be a problem? Does someone know this…