Cocoapods: Create a lib which contains Core Data. but don't get the Core Data...
I'm trying to create a lib with cocoapods, but I have a problem.I have no prestige for the moment. If you want to help me, you can open the next image.A cocoapods lib of localWhen I tried to use...
View ArticleEAS Build says Cocoapods is not available
When I run eas build --profile development --platform ios --local, I get this error:Cocoapods is not available, make sure it's installed and in your PATHpod --version exited with non-zero code: 1npx...
View ArticleUndefined symbols for architecture arm64
I am getting a Apple Mach-O Linker Error everytime I import a file from CocoaPods.Undefined symbols for architecture arm64:"_OBJC_CLASS_$_FBSession", referenced from: someFileld: symbol(s) not found...
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 ArticlePodfile.lock hashed cache key changes after pod install even though pods are...
I'm getting this error every time I run a build through my azure devops pipeline:The given cache key has changed in its resolved value between restore and save stepsI am trying to cache the cocoapods...
View ArticleIssues Running Cloned Flutter Project on Mac - CocoaPods Error
I started a Flutter project on my Windows PC, but now I want to test it on my Mac. I have installed all the necessary tools, including an emulator. The emulator works fine when I create a new Flutter...
View ArticleCould not find 'minitest' (>= 5.1) among 39 total gem(s) (Gem::MissingSpecError)
I m trying to install Pod on my mac os (os version is big sure), and I m using Xcode 13.1I m trying to install Pod with this command from terminal:sudo pod installthen the system ask me password, after...
View Article@react-native-firebase pod version conflict for Firebase/CoreOnly
I have a react-native project with these dependencies (all are the latest available):"@react-native-firebase/analytics": "^14.5.1","@react-native-firebase/app":...
View ArticleFlutter CocoaPods Build Issue
I am facing this issue while making a build in iOS. The app is getting built in android but I am facing an issue in iOS. My platform ios version is '10.0' in podfile because I am using firebase....
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 ArticleBuild input file cannot be found and xcode is searching file at wrong path...
i am getting this error after pod install in xcodeerror: Build input file cannot be found: '/usr/lib/libstdc++.6.0.9.dylib'. Did you forget to declare this file as an output of a script phase or custom...
View Article"No such module 'Firebase'" when add Firebase into a library
I just created new Framework and added Firebase via CocoaPods, when combine the library it success.But when I add that library to other project via CocoaPods as well, then combine that project, and it...
View ArticleLibrary not loaded: @rpath/VirgilCrypto.framework/VirgilCrypto
We are currently working on adding a 3rd party SDK into our React Native app.Here is the SDK https://gitlab.com/claysolutions/public/clay-sdkWe added the ClaySDK Pod, set up everything, the build goes...
View Article`require': cannot load such file -- 2.6/ffi_c (LoadError) while running...
I'm getting the following issue while running a flutter project on a M1 Mac./System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core _ext/kernel_require.rb:54:in...
View ArticleFacing problem in pod setup for GoogleMLKit/TextRecognition
Pod File:target 'DataProcessing' do#Comment the next line if you don't want to use dynamic frameworksuse_frameworks!#Pods for DataProcessingpod 'GoogleMLKit/TextRecognition', '3.2.0'endError:Undefined...
View ArticleCocoapods error when trying to create an iOS build with Unity
I have an issue with my Unity iOS build. In the past it worked fine for me but now after a while I wanted to open my project from a new M2 MacBook but everytime I want to create a new build or "pod...
View ArticleCompatible Ruby and Cocoapods versions
I am developing a Flutter app for Android and iOS. The app is in a stable state of development on the Android simulator so I thought I would try to run it on the iOS simulator. The Flutter installation...
View Articlepost_install giving error after running pod install, react native, iOS
I upgraded to latest version of react native (0.74.2) and after that, i am getting this error after running pod install[!] An error occurred while processing the post-install hook of the...
View Articlesetting locale and language in terminal problem
I use zsh for my terminal with iterm2 (macOS 14 Mojave). I get numerous numerous numerous issues with setting the locale and language. the most recent issue being that I can't use cocopods for my ionic...
View ArticleCocoapods Build Error for Using Inner/Nested Class from Another Pod
I have two custom pods, PodA and PodB, and I'm facing a build error when trying to use an inner/nested class from PodA in PodB. I want to create a BCustomView in PodB that subclasses CustomView from...
View Article