Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
306 views

'Error running pod install' while running Flutter app on iOS simulator after setting up Firebase in VSCode

After I setup my Flutter application with Firebase and connecting the app with the Firebase console, I am not able to run the application in the iOS simulator. My system description is - 2017 Macbook ...
Nikhil Gohil's user avatar
-3 votes
0 answers
87 views

how i resolve cocoaPods installing isssue

/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 ...
Mohammad mumtaz's user avatar
-1 votes
1 answer
25 views

Pod install fails with ruby errors

I am trying to add a pod to a new project and it doesn't seem to be working. Here's what I get: https://pastebin.com/zi55jiUZ Sorry for the pastebin but it I cannot post if it's too much code (go ...
daydr3am3r's user avatar
3 votes
3 answers
2k views

Error when performing pod install command

I installed Flutter with following the documentation at their website but when I want to run it and perform pod install I get this error. I tried changing version of Cocoapods but it doesn't work. ...
Raccoon's user avatar
  • 141
0 votes
1 answer
190 views

How to fix 'no implicit conversion of nil into String' installing react native pods

I upgraded react native from 0.72 to 0.73.8, but when I try to install the pods with pod install I get the following error: Downloading dependencies Generating Pods project Setting USE_HERMES build ...
Francesco Clementi's user avatar
0 votes
1 answer
201 views

I want to install Cocoapods for flutter but it gives me such ERROR:

Error installing cocoapods: The last version of drb (>= 0) to support your Ruby & RubyGems was 2.0.6. Try installing it with gem install drb -v 2.0.6 and then running the current command again ...
Safiya Dodojonova's user avatar
0 votes
0 answers
111 views

Flutter post-install hook of the Podfile error

I created a new flutter project from scratch, added the necessary packages to the pubspec.yaml file and ran the flutter pub get and then pod install command, but I get this error. I get this error ...
muratapps's user avatar
0 votes
0 answers
139 views

Pod installation not working due to node modules & podfile

i am trying to setup my environment on my new computer( mac-m3) and i am trying to start a mobile application, when i try to run pod install i face these errors. My project uses: node 14.20.0, and: 3....
bcka bckkk's user avatar
1 vote
0 answers
51 views

app_spec that is used as AppHost for UI test_spec missing a Main Storyboard in Podspec file

I have a development pod with the following Podspec file: Pod::Spec.new do |spec| spec.name = 'BitLabs' spec.version = '3.1.15' spec.summary = 'BitLabs - ...
Omar Raad's user avatar
0 votes
0 answers
280 views

The change you wanted was rejected. Maybe you tried to change something you didn't have access to. in ruby on rails

I am using ruby on rails and I am add apple signin option its work on firefox but it gives error on chrome error on after login in from apple id Why this error comes on chrome or when I trying to sign ...
awais iqbal's user avatar
0 votes
1 answer
52 views

Spec Linting Fails when test_specs are added

Whenever I run pod spec lint, I get an error. This is the log report: CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only performed in repo update ...
Omar Raad's user avatar
0 votes
1 answer
67 views

How get Xcode project root folder path in ruby script file?

I am trying to write Xcode project run script in ruby. The script file will saved in ruby file(with .rb extension) in the Xcode project root folder. I am using this command ruby ${SRCROOT}/Path/...
Shohin's user avatar
  • 545
2 votes
1 answer
1k views

Unity Keeps Running iOS Resolver Trying to Install Cocao Pods

Unity keeps trying to run the iOS resolver to install Cocoapods. In the terminal, I have checked the following. I've reinstalled the following as well. Ruby version: ruby 3.2.2 (2023-03-30 revision ...
Yash Jain's user avatar
0 votes
0 answers
202 views

Running bundle exec pod install is create an unnecessary change in the Gemfile for ruby

I ran ruby -v on My system's root and the version I got is ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22] I verified that my project is using same version by navigating to my project ...
Natasha's user avatar
  • 6,793
0 votes
0 answers
2k views

How to install older version of Cocoapods?

I'm on macOS and I had installed cocoapods 1.12.1 via brew. Recently, I updated to cocoapods 1.13.0 because this was a suggestion to fix an issue (which did not work). Now, I want to go back to ...
Florian's user avatar

15 30 50 per page
1
2 3 4 5
33