xcode 15 Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code
I updated my xcode to 15.4Im running flutter run on iphone 15 pro simulatorpod --version is 1.15.2In my PodFile I addedpost_install do |installer| installer.pods_project.targets.each do |target|...
View Articlezsh: command not found: pod - macOS Catalina 10.15
I'm running the install with an admin account I triedsudo gem install cocoapodsandsudo gem install cocoapods -n /usr/local/binThey both run fine with following outputFetching...
View ArticleCocoapods error when using cloud_firestore
Stack overflow mentioned I previously posted low quality questions so here is my attempt at a high quality question...I get an when running flutter run. It seems odd because it only happense after...
View ArticleFirebase Crashlytics as pod dependency
I have a library project on which I'm replacing the Fabric Crashlytics SDK with the new Firebase Crashlytics SDK.Before the upgrade the Podfile on my library containedpod 'Crashlytics'and the...
View ArticleCan't import module of pod that has been installed?
I have installed pod of SlideMenuController. I have followed the steps specified. But still getting errorNo such module 'SlideMenuControllerSwift'Actually when I checked this error, I found a lot of...
View ArticleFlutter GoogleMaps conflict with Cocoapods
I have runed pod install in vs code terminal but I'm receiving this error :[!] CocoaPods could not find compatible versions for pod "GoogleMaps":In Podfile:google_maps_flutter_ios (from...
View ArticleCan not install ios app with capacitor, Error: You cannot run CocoaPods as root
when i start commandsudo npx cap synci am getting error with " You cannot run CocoaPods as root."✔ Copying web assets from dist to ios/App/App/public in 1.89ms✔ Creating capacitor.config.json in...
View ArticleXcode PhaseScriptExecution [CP] Check Pods Manifest.lock unable to spawn...
I have two demo projects use the same Podfile, one is works good, the other is not works.enter image description hereenter image description herein addition,The project that reported errors was also...
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 ArticleCrashlytics on iOS: sandbox file-read-data error
I using the latest version of Xcode (15.4)and the latest version of Firebase (10.27.0) via cocoapods (linked statically)When I try to build, I get this error:Sandbox: bash(91670) deny(1)...
View ArticlePod install error: An error occurred while processing the post-install hook...
This is occurring when I run pod install I am not able to find the root cause. Someone help me, please
View Articlepod 'Firebase/Core', '11.5.0' is not working
Can anyone please point out what I am doing wrong.Xcode - Version 15.3iOS - Sonoma Version 14.5 , apple M3Maxcocoapods - Version 1.15.2below is the pod file.# Uncomment the next line to define a global...
View ArticleMLKit iOS Undefined symbols for architecture arm64
I add MLkit via cocoapods, but I can't even build the app, even without other MLKit related code.Undefined symbols for architecture arm64:"_CMSampleBufferGetImageBuffer", referenced from:...
View Articlecannot access swift class from objective-c pods
I have created a new single-view swift project, and then added a pod file (for MWPhotobrowser) and installed it. I can now do import MWPhotobrowser on top of ViewController.swift file and use this...
View ArticleIm trying to install Cocoapods on my Mac and I keep getting the same error in...
Every time I go to run pod install I get the same error [!] No Xcode project found, please specify oneI have tried every answer provided on Stack, including running cd command followed by dragging my...
View ArticleHow to downgrade or install an older version of Cocoapods
How can I downgrade Cocoapods to an older version, or how can I install an older version of Cocoapods?
View ArticleFlutter Debug: Warning: CocoaPods not installed. Skipping pod install
my problem is this:I want to connect my app to Firebase. I followed all the steps and did everything according to the instructions. When I tried to debug the app, the following error came up:When I...
View ArticleVendoring xcframework with fat static libraries for multiple architectures...
I'm developing a React Native turbo module that needs to vendor an XCFramework.The XCFramework (obtained from here) contains static libraries for three different...
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 ArticleError Regarding undefined method `map' for nil:NilClass for Flutter App /...
I'm having an error regarding my Flutter application. When I run the "flutter run" script in terminal, I'm getting the following error from Cocoapods: "Error output from CocoaPods: Searching for...
View Article