How to create a new CocoaPod without source code? and without getting errors...
I am trying to add a new repository to CocoaPods however I keep getting the same error and struggling with this for days.This is my podspec:Pod::Spec.new do |spec| spec.name = "KeyWordDetection"...
View ArticleXcode - Swift - Integrating Stripe VIA Cocoapod
I Created a brand new project.I hit pod init, and change pod file content to belowtarget 'CardScannerViaPodUIKit' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks!...
View ArticleCocoaPods dependency installation error
I cant complete "pod install" because of this error. Does anynody know what can be wrong?[!] Error installing FBAudienceNetwork[!] /usr/bin/curl -f -L -o...
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 ArticleCocoapods xcworkspace file is missing with error
Using Terminal to create Cocoapods in my project.But after the command the .xcworkspace is missing ...Command/usr/local/bin/pod installStackCocoaPods : 1.15.2Ruby : ruby 2.6.3p62 (2019-04-16 revision...
View ArticleCannot create react native project Installing pods failed
I am creating a react native project and got this error.Downloading templateerror Installing pods failed. This doesn't affect project initialization and you can safely proceed. However, you will need...
View ArticleHow do I install CocoaPods?
I referred to many links and tried, but I had no success. I read CocoaPods documents and many times tried to install, but I always failed because of the starting steps. I found one error whereby I...
View Articlereact native init fails macOS / cdn.jsdelivr.net/
I have been working on react-native for over 2 years with no major issues on windows.I am struggling to make it work on my new Mac. init fails.npx react-native@latest init AwesomeProject[Codegen] Found...
View Articlepod update/install fails at Installing BoringSSL-GRPC (0.0.24)
When I run pod install or pod update in my flutter project, it fails at Installing BoringSSL-GRPC (0.0.24). And it prints this error message,[!] Error installing BoringSSL-GRPC[!] /usr/bin/git clone...
View ArticleIs it possible to apply "Update to recommended settings" from CLI command?
After pod install command Xcode suggests Update to recommended settings. I have a case when CI fails when the project doesn't update to the recommended settings. I'd like to know does command that...
View ArticleAfter updating Firebase Pod project cannot find FirebaseStorage
After running pod update Firebase and updating firebase to the latest version project does not want to compile anymore. This is the version it updated fromInstalling FirebaseABTesting 10.29.0 (was...
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 ArticleFlutter app is not starting on macOS on M2 Max, suggested fix doesn't fix the...
Same application runs no problems on macOS on M1 Max.However, on this other machine, I get:Launching lib/main.dart on macOS in debug mode...Running pod install...CocoaPods' output:↳ Preparing Analyzing...
View ArticleUse different pod version for different os version
What do you need to know?Starting May 2025, all newly released versions of Maps, Places, and Navigation for iOS will only support iOS 16 or later. The earlier SDK versions will continue supporting iOS...
View ArticleSpecs satisfying the `Firebase/Functions` dependency were found, but they...
I was trying to install pod 'Firebase/Functions' but failed with the following error:`[!] CocoaPods could not find compatible versions for pod "Firebase/Functions":In Podfile:Firebase/FunctionsSpecs...
View ArticleCocoaPods could not find compatible versions for pod...
Ive been getting error below while running pod install.[!] CocoaPods could not find compatible versions for pod "PhoneNumberKit/PhoneNumberKitCore": In Podfile: PhoneNumberKit (from...
View ArticleHandling Multiple Targets in CocoaPods Causes libPods to Link Only One Target...
I'm managing two targets in my React Native iOS Project and I tried to manage in the Podfile. Later after doing pod install, in Xcode's Build Phases> Link Binary With Libraries, only the Dev target...
View ArticleAn error occurred while processing the post-install hook of the Podfile after...
[!] An error occurred while processing the post-install hook of thePodfile./Users/Documents/flutter/bin/cache/artifacts/engine/ios/Flutter.xcframeworkmust exist. If you're running pod install manually,...
View ArticleError 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. Does...
View ArticleWant to solve issue in making iOS build
when I hit pod installI get this error[!] Unable to find a specification for RCT-Folly (= 2024.01.01.00) depended upon by RNScreensYou have either:out-of-date source repos which you can update with pod...
View Article