Error Installing Firebase on iOS: RPC Failed During git Clone
Issue:I'm trying to install Firebase (v11.2.0) for an iOS Flutter project using CocoaPods. However, I'm encountering an error during the installation process.After running pod install, the following...
View ArticleError installing cocoapods, Failed to build gem native extension
I am new here. So I want to install Ruby on my Mac Pro M1, but this error appear. And I don't know how to fix it.Last login: Fri Nov 4 15:37:04 on ttys000/Users/valerianathea/.zshrc:5: unmatched...
View ArticleReact-native Error: Invalid `Podfile` file: exit. "couldn't install Pods....
Podfile:use_modular_headers!#platform :ios, '15.0' # Specify the minimum iOS versionrequire_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'require...
View ArticleCocoaPods Installation Fails with Firebase in Flutter on macOS (pod install...
Issue:I'm having trouble installing CocoaPods for Firebase in my Flutter project on macOS.When I run pod install, I get this error:rovshenhojayev@Rovshens-MacBook-Air ios % pod installAnalyzing...
View Article"Podfile not found" error after running Flutter
I have a Podfile in my flutter_directory >ios directory, along with a Podfile lock, but when I run flutter from the flutter_directory, it says "Error: Podfile missing."So far I have:removed the...
View ArticleReact native "pod install" gives "Invalid `Podfile` file: No such file or...
I was trying to use the @react-native-community/geolocation module, but it says the module is not linked and asks to run "pod install". Running the command it throws another error:Invalid Podfile file:...
View ArticleСocoapods trunk URL couldn't be downloaded
I am getting this error when I try to pod repo update and pod installCDN: trunk URL couldn't be downloaded:https://cdn.cocoapods.org/deprecated_podspecs.txt, error: Failed toopen TCP connection to...
View ArticleCocoaPods Compatibility Issue: React-RuntimeHermes Pod not Found
I'm working on a React Native project using version 0.75.4 and have encountered a problem while trying to set up CocoaPods. When I run pod install, I receive the following error message:CocoaPods could...
View ArticleProblem with installing two pods that have different version of openssl
We have 2 pods, Openpath and CGModule, each of these pods have dependencies inside of it. One of CGModule dependency is openssl.xcframework, one of Openpath dependency is OpenSSL-Universal, it has...
View ArticlePod install is not generating .xcworkspace file for xcode16
After updating MacOs version xCode version also has been updated to xCode .xcworkspace file.
View ArticlePodfile install failed - Can't find node modules
Command `pod install` failed. └─ Cause: Invalid `Podfile` file: cannot load such file -- ./scripts/autolinking. # from...
View ArticleXcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
Showing Recent Messages:-1: mkdir -p /Users/spritzindia/Library/Developer/Xcode/DerivedData/Contigo-atftiouzrdopcmcpprphpilawwzm/Build/Products/Debug-iphonesimulator/Contigo.app/FrameworksShowing...
View ArticleSwift Compiler Error (Xcode): Method does not override any method from its...
The error is attached below. What should I do to solve this problem ?Launching lib/main.dart on iPhone 16 in debug mode...Running Xcode build...Xcode build done. 20.1sFailed to build iOS appSwift...
View Article'bundle exec pod install' complains about json gem not being installed, even...
After running a bundle install the json 2.5.1 gem seems to be installed...Fetching json 2.5.1Installing json 2.5.1 with native extensions...Full output:! Ignoring curb-0.9.10 because its extensions are...
View ArticleError installing CocoaPods: Requires Ruby version >= 2.7.0
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...
View ArticleCocoaPods Error: PBXGroup attempted to initialize an object with unknown ISA...
I'm encountering an error while trying to run pod install for my Flutter project. The error message indicates that there is an issue with the PBXGroup initialization related to an unknown ISA...
View ArticleAfter Updating Xcode, flutter run Fails with memory_order_relaxed Semantic...
I'm encountering an issue after updating Xcode on my macOS system. Previously, I was able to run my Flutter application on the iOS simulator without any problems. However, after the update, running...
View ArticleError running flutter doctor with Java and CocoaPods
I'm trying to run Flutter Doctor without any issues and I cant get rid of this java error on my mac or CocoaPods:• Java binary at: /opt/homebrew/opt/openjdk@21/bin/java✗ Cannot execute...
View ArticleFailure of pod install for the React-native project using Yarn Berry
Simply, I can't install the pod for the react-native project when I use the yarn - Berry or any newer version 3.x or 4.x. Is there anyone who made this work? Thanks!This can be re-introduced by...
View ArticleCocoapods Warning - CocoaPods did not set the base configuration of your...
After I execute a pod install at the base of my project, I get the following error:CocoaPods did not set the base configuration of your project because because your project already has a custom config...
View Article