Why doesn't CocoaPods support skipping the lint process?
I need to release multiple Pods consecutively, and these Pods have dependencies on each other. And I can only release them sequentially, which significantly increases my release time. This is because...
View ArticleError Installing CocoaPods: Incompatible ActiveSupport and Ruby Version...
I'm trying to install CocoaPods, but I'm encountering the following error:ERROR: Error installing activesupport: There are no versions of activesupport (= 8.0.1) compatible with your Ruby &...
View Article"pod update" doesn't update to latest version
Here is my podfile I use in the project:source 'https://github.com/CocoaPods/Specs.git'platform :ios, '9.0'use_frameworks!pod 'AFNetworking', '~> 2.0'pod 'GoogleMaps'pod...
View ArticleXcode, Pods ProjectName.debug.xcconfig unable to open file. Wrong directory
When I build project, I see build error: ProjectName.debug.xcconfig unable to open file. I couldn't understand my problem for a long time, but today I take attention, what directory is wrong: full...
View ArticleNo podspec found for permission_handler in .symlinks
I got this error while try run pod install on my flutter project-> Fetching podspec for `permission_handler` from `.symlinks/plugins/permission_handler/ios` [!] No podspec found for...
View ArticleCocoaPods Error: "CocoaPods could not find compatible versions for pod...
I'm working on a Flutter project that uses the sentry_flutter package. When I try to run pod install inside the ios directory, I get the following error:Analyzing dependencies[!] CocoaPods could not...
View ArticleXcode build fails with 'SwiftVerifyEmittedModuleInterface failed with a...
I'm working on an iOS app using CocoaPods for dependency management. After adding the following pod:pod 'Google-Mobile-Ads-SDK', '~> 11.10.0'and running pod install, I get this error when trying to...
View ArticleLibrary 'FirebaseCore' Not Found – Linker Command Failed with Exit Code 1 in...
I'm facing an issue while building my iOS project in Xcode. The error message is:Library 'FirebaseCore' not found.Linker command failed with exit code 1 (use -v to see invocation).enter image...
View ArticlePod repo update on self hosted pipeline agent
We updated @sentry/react-native in our project from 5.31.0 to 6.7.0In our self hosted pipeline agent we now receive this error while building:[!] CocoaPods could not find compatible versions for pod...
View ArticleBoringSSL-GRPC Build Error: Unsupported Option '-G' for Target...
I'm working on a Flutter iOS project and facing multiple warnings related to IPHONEOS_DEPLOYMENT_TARGET. Some dependencies (like Firebase) are using 10.0 or 11.0, but the minimum supported version is...
View ArticleCocoapods is going to read only mode: What all things should we consider...
As Cocoapods is going to read-only mode. I wanted to know how it will affect the legacy projects which use pods extensively. Should I start migrating to the SPM now or we still have a time to migrate...
View ArticleXcode Build failed,fatal error: module 'firebase_auth' not found @import...
Doctor summary (to see all details, run flutter doctor -v):[✓] Flutter (Channel stable, v1.17.4, on Mac OS X 10.15.5 19F101, locale en-US)[✓] Android toolchain - develop for Android devices (Android...
View Articlecocoapods error : ~ target has frameworks with conflicting names: ~
My problem is pretty simple and stackoverflow has many 'similar' problems but couldn't find the exact one. Maybe too easy to solve? Anyway, here is the problem:I use X in podfile like this:pod 'X',...
View ArticleType checking error PBXFileReference for attribute: Attribute `files` (type:...
We are trying to upgrade our React native version from 0.71.19 to 0.72.17.We get this error when we run pod install.Cocoapods version is 1.15.2We are using the upgrade helper ->...
View ArticleBranchSDK 3.9.1 compilation failure: Branch.h file not found
Xcode is failing to compile the latest BranchSDK 3.9.1 included in the project from Cocoapods. Compilation fails tofind the Branch.h header that does exist in...
View ArticleFlutter - Warning (CocoaPods not installed Skipping pod install) Even While...
I am trying to build a Flutter app with Geolocator plugin on Android Studio.When I am running the app I have the following warning - that prevents the app from running:Warning: CocoaPods not installed....
View ArticleUnityFramework-Swift.h file not found
I have an error 'Lexical or Preprocessor Issue Group' with building xcode project after have built from Unity.'UnityFramework/UnityFramework-Swift.h file not found'I have Nice Vibration asset and FB...
View ArticleUnable to install Pods in a new Project after updating to latest Xcode 16...
After navigating to project directory and typing the command 'pod init', the following error is showing in the terminal:――― MARKDOWN TEMPLATE...
View ArticleError when processing post install hook: undefined method `new_file' for #
Whenever I run pod install on my React Native project I'm getting the following error:An error occurred while processing the post-install hook of the Podfile.undefined method `new_file' for...
View ArticleWhat does inherit! :search_paths do?
After looking at CocoaPods' own example (from https://guides.cocoapods.org/syntax/podfile.html#abstract_target)# Note: There are no targets called "Shows" in any of this workspace's Xcode...
View Article