CocoaPods error: RPC failed; curl 18 transfer closed with outstanding read...
When I tried to import Realm with CocoaPods like this:pod install --verbose --no-repo-updatethen error happened:error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal:...
View ArticlePod 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/zi55jiUZSorry for the pastebin but it I cannot post if it's too much code (go...
View Article"CFBundleIdentifier Collision. There is more than one bundle with the...
I have a pod file target 'MainApp' do # the host app target # Comment this line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! # Pods for xxxxxx .... pod 'FMDB',...
View ArticleAlternatives to IceCream Cocoapod for use with CloudKit and RealmSwift? Need...
I have a Cocoapod dependency IceCream which syncs a RealmSwift database with CloudKit, but when I try to update to RealmSwift to latest version RealmSwift (~> 10.52.0), cocoapods complains "IceCream...
View ArticleHow to update cocoapod version using brew
I've installed cocoapods by this - https://apple.stackexchange.com/questions/418222/installing-cocoapods-to-macos-catalina/418230#418230It istalled cocoapods v1.5.2. Now I want to update the version to...
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 Articleld: library not found for -lPods not found in ios?
I have download code from Bitbucket. When we open Xcode project it show error like this:diff: /../Podfile.lock: No such file or directorydiff: /Manifest.lock: No such file or directoryerror: The...
View ArticleConsole.error: no permission handler detected.(React Native)
I am coding a simple react native app and am getting a console error when I run the app. It says that there is no permission handler detected and tells me to go through some steps. But I do not know...
View ArticleDuplicate interface definition for class 'FIRConfiguration'
I have two errors and I have been trying to figure them out. I am using Xcode and also trying to run my project with a minimum deploy meant of IOS 14. I how my Coco pods up to date and I am not sure...
View Articlepod install -bash: pod: command not found
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 foundAny...
View ArticleAn error occurred while processing the post-install hook of the Podfile....
could anyone give me a solution when installing pods in my ios app with react native? I won't be able to solve this.this is the errorI have tried gem install xcodeproj, gem install cocoapods, I have...
View Article"React Native" error Installing pods failed when Creating project with react...
An error occurred during step 'Downloading template' while creating a project with the react native cli.I'm definitely downloading cocoapods through 'brew', so I don't know why I get this message....
View ArticleCocoaPods could not find compatible versions for pod "FirebaseFirestore":
I have a problem that I cannot seem to resolve. I have tried all of the solutions listed here previously, but nothing is resolving the error. I am building an app using Flutterflow.io, which is a...
View ArticleCocoaPods could not find compatible versions for pod...
I'm trying topod installfor my project but it does not work it gives this error:I updated my Xcode to 15, macOS to 14. There was no problem in previous versions.Flutter Version: 3.19.[!] CocoaPods...
View Articlehow 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...
View ArticleFlutter Cocoapods Issue
I have been encountering this same issue since last year when I got my new mac m2 for IOS development with flutter(3.0) & cocoapods(1.10.2) it was working fine until I upgraded it to greater than...
View ArticlePhaseScriptExecution [CP]\ Copy\ Pods\ Resources
I have this error in my Ionic 6 application on iOS:enter image description hereThis is the build information I have:enter image description hereI currently adjust it manually by editing the pod file...
View Articleinstall BoringSSL-GRPC (0.0.32) gunzip unknown compression format error
I am trying to run pod install on my Flutter application to build ios but currently getting the follow error:# We are renaming openssl to openssl_grpc so that there is no conflict with openssl if it...
View ArticleCan't Install latest version of Cocoapods
I'm not sure how, but I managed to install version 1.8.4 of cocoapods. However, I can't update it. I need to update it because the pods for the firebase google sign in require FirebaseAnalytics, and...
View ArticleReact Native upgrade 0.73 Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher,
During the process of updating RN to 0.73. I am running into this issue on the app center ios pipeline.ld: Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher, referenced from:...
View Article