Xcode Cloud project with CocoaPods shell script builds locally but fails on...
I am currently testing Xcode Cloud as a member of Apple's private beta program and encountered an issue when trying to Archive / Build (any action) on the cloud for my project.The project is a fairly...
View ArticleXcode Cloud Testing fails to archive project
I have errors with Xcode Cloud testing while archiving.Issues are all related to CocoaPods dependencies:unable to open file (in target "Alamofire" in project "Pods")missing module map file:...
View ArticleCocopods: Disable linking of dependencies of a pod if the target is simulator
I have a library which doesn't support simulator. So I am making a wrapper for it which calls mocked functions. But the problem is the library has dependencies that also doesn't support simulator thus...
View ArticleWorking with dynamic frameworks (IOS) in Flutter
I'm writing a Flutter plugin for iOS that uses a closed-source third-party library. The library is designed as a dynamic framework.The Flutter documentation recommends the following approach for using...
View ArticleiOS App built with SDK 16.1 but base SDK set to 14.0 in Xcode?
Got an email from Apple to bump the sdk version and in the email they say "This app was built with the iOS 16.1 SDK.".However, in Xcode (15.2) I see thatiOS Deployment Target = 14.0Minimum deployments...
View ArticleNew React Native project - ios pod install - Invalid `Podfile` file: cannot...
I’ve created a new React Native project using the recommended template, but when I try to install pods for this new project, I get the following error:[!] Invalid `Podfile` file: cannot load such file...
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 ArticleAuto-generated Dependency Acknowledgements from SPM and Cocoapods in...
I am working on multiple projects which rely on SPM and Cocoapods. Whenever possible I use SPM, but for some I am force to stick with Pods. At the moment i am looking into auto generating an...
View ArticleHow to use local-only project via CocoaPods
I am struggling to find a way to package an Xcode framework we created as a Pod that would only be used internally (not public, not on github).How do I modify the .podspec to build the SDK from the...
View ArticleNew Version of Google MLKit/Translate required for iOS Privacy Manifest Fails...
Google just released a new version of MLKit for iOS v 7.0.0 to address the Apple Privacy Manifest mandate. The new version includes an update to Translate 5.0.0.However, when I try to run a pod update...
View ArticleHow to add FirebaseFirestoreSwift to workspace || Is FirebaseFirestoreSwift...
I want to use Firestore in my app but if I add 'FirebaseFirestoreSwift' to my podfile then I get a pod install/update error:[!] The following Swift pods cannot yet be integrated as static libraries:The...
View ArticleXcode 6 CocoaPods error : target overrides the `OTHER_LDFLAGS` build setting
I just starting using CocoaPods and I am getting the following errors when I pod install from the terminal (My project is called babyMilestones and I'm trying to use CocoaPods for the ShipLib...
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 ArticleReact Native failing on M1 Mac
I am getting a number of different issues when trying to start a React Native project on my M1 Mac. I have tried different versions of Node, and React Native. After uninstalling and reinstalling I get...
View ArticleCocoapods is not available, make sure it's installed and in your PATH
After execution sudo eas build -p ios --profile production --localcatching such a mistakeCocoapods is not available, make sure it's installed and in your PATHpod exited with non-zero code: 1
View ArticleHow can I install cocoapods without getting an error?
I successfully installed latest version of Ruby 3.3.1:Successfully installed ruby 3.3.1 into /Users/sampleUser/.rubies/ruby-3.3.1But I am still getting the following error when I try to install...
View Articleld: library not found for -lAPDAdColonyAdapter
I am currently using Appodeal framework to monetize my iOS app.I have installed Appodeal framework using CocoaPods without any errors.But when I'm trying to build my application I get such error:ld:...
View ArticleNo such module 'GoogleMaps' found however it is installed
I have installed the 'GoogleMaps' pod using cocoa pods and the project was building correctly, however when I transferred my project to another device through iCloud (the projects directory is in...
View ArticleError running pod install: How to solve this problem?
I've searched a lot but unfortunately I didn't find a solution.For my flutter project I added the Firebase plug in in the pubspec.yaml file and since then I wasn't able to run the project on my iPhone...
View ArticleCocoaPods could not find compatible versions for pod "StripePayments"
I have created a react-native project having following dependencies:"react": "18.2.0","react-native": "0.73.1",Now I am trying Stripe Payment Integration in this project. For this I have installed the...
View Article