pod install getting stuck grpc-core 1.49.1 on terminal macOs
Analyzing dependenciesDownloading dependenciesInstalling ActionSheetPicker-3.0 (2.7.3)Installing BoringSSL-GRPC (0.0.24)Installing Cosmos (23.0.0)Installing EFCountingLabel (5.1.5)Installing Firebase...
View ArticleError while installing private cocopods library in iOS app
My podspec as follow,Pod::Spec.new do |s| s.name = 'demo' s.version = '0.1.0' s.summary = 'A short description of demo.' s.description = 'This is a pob library' s.homepage = 'https://mygitrepo.git'...
View ArticleFlutter app with platform code (plugin?) without using Podspecs and Cocoapods?
I am migrating existing iOS project to Flutter.I am working on custom camera code for Flutter app. I have created simple version of it using plugins system. I can show my camera view in Flutter, take...
View ArticlePublished pod version is not up on the cocoapods.org server
After publishing the pod, the cocoapods.org server is still showing the previous version (0.1). Second attempt to publish returned duplicate error, but version is not found if pulled.Is this just a...
View ArticleRunning into problems on ios with get_storage
Why, when I add get_storage to my project, my project doesn't run on ios anymore, and at the same timeWarning: CocoaPods minimum required version 1.10.0 or greater not installed. Skipping pod...
View ArticleXCode 15 Cocoapod Firebase Missing required module 'GTMSessionFetcherCore'
XCode: 15.3Build configuration: Release.platform :ios, '13.0'.Cocoapods: v1.15.2Podfile.Downloading dependenciesInstalling Alamofire (5.9.0)Installing BoringSSL-GRPC (0.0.24)Installing Firebase...
View ArticleHow can I reference Xcode version inside of Podfile script?
After upgrading my ios to Sonoma 14.0 I had to use this statement inside of my Podfile# thanks to Armanoide ref: https://github.com/facebook/react-native/issues/37748 post_install do |installer|...
View ArticleReact Native iOS Build Crashes after Installing Reanimated V2
iOS Build Crashes after installed Reanimated 2. Using React Native 0.71.2I have also built the Reanimated playground locally and it runs successfully.When running the iOS Project from the command line...
View Articlegetting Invalid Podfile file error while running pod install
I was trying to take an ipa build of my Flutter project and seems like it doesn't have pod. And I usedpod installto install pod from ios folder. but it always results to the following error[!] Invalid...
View ArticleApollo/GraphQL error: Identifier Name Violation: Variable name should only...
I am using GraphQL within my Swift project. I have installed Apollo through CocoaPods, and I have added a schema.json file to my project. However, I keep getting errors all over my project. The error I...
View Articlereact native, installing cocoapods result: Folly can't modify frozen String...
When attempting to install cocoapods in an existing react native project, I get the following error:Fetching podspec for `Folly` from...
View ArticleGetting error while using Firebase Analytics
Installing Firebase 10.22.0Installing FirebaseAnalytics (10.22.0)[!] Error installing FirebaseAnalytics[!] /opt/homebrew/opt/curl/bin/curl -f -L -o...
View ArticleCDN: trunk URL couldn't be downloaded in certain React Native project when...
I have this react native project that im working with multiple computers, in my MacBook everything works fine, when I run "pod install" after running "npm install" the pods project is created...
View ArticleFailed iOS Build with Expo on GitHub Actions: CocoaPod Error
I'm working on a React Native app using Expo, and I've successfully built the APK for Android but am facing issues with building for iOS. The app is essentially just the Expo template. My GitHub...
View ArticleExpo av errors for TranslationUI and VisionKitCore
at the risk of getting the question closed for not offering enough to go on with, I am also out of options because I can't find anythign related.I am showing these errors a screen whenever I have a...
View ArticleHow to run CocoaPods on Apple Silicon (M1)
I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails to install pods.LoadError - dlsym(0x7f8926035eb0,...
View ArticleHow to debug this Install Pods error on an EAS build for React Native...
So I have no problem building out to android, but the ios build is getting hung up at this step of the build process:Using Expo modules[Expo] Enabling modular headers for pod...
View ArticleError Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array...
macos version and terminal photo hereRubyGems : 3.5.4 Host : macOS 14.3.1 (23D60) Xcode : 15.0 (15A240d) Git : git version 2.39.3 (Apple Git-145) Ruby lib dir : /opt/homebrew/Cellar/ruby/3.3.0/lib...
View ArticleError updating Flutter project: CocoaPods could not find compatible versions...
When attempting to update my Flutter project to a new Flutter version, I encountered the following error related to CocoaPods and the webview_flutter_wkwebview plugin:[!] CocoaPods could not find...
View ArticleFailed to load Info.plist from bundle
Cannot run app. Failed to load Info.plist from bundle error occurs.When I CMD+K clean the project, it runs fine. But I have to clean the project every time I make changes and run the app.Following is...
View Article