How to fix 'Flutter/Flutter.h' file not found
Last week when I last worked on this it was building ok.Stopped working on this while adding new feature to an other app, week-end break I come back and both app do not compile any more. one is...
View ArticleXcode|CocoaPods: New files not appearing in SourceTree when created in...
I am trying to create an iOS project with a multi-module architecture using CocoaPods local path. I use SourceTree to manage git.Currently, I am facing an issue where new files created in the modules...
View ArticleiOS BUILD FAILED - Google Maps and Google Places pod conflicts
"flutter run" failed on iOS with the following message, but on Android it works without any problems.✗ flutter run Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...Running Xcode...
View ArticleXcode real iphone errors with download snapkit with cocoapods on M1
My laptop is macbook air m1.To avoid issues with M1. In podfile I wrote:Uncomment the next line to define a global platform for your projectplatform :ios, '17.0'target 'MovieDB' doComment the next line...
View ArticleCouldn't install pods when running npx install-expo-modules@latest
So Im trying to install expo modules from my React-Native-App project. WHen I run the command I get the following error:› Installing ios pods...pod installCouldn't install Pods. Updating the Pods...
View Articlepod install Xcode Error Failed to save foo.xcodeproj
I've been encountering an issue where, after running pod install, Xcode consistently throws an error: "Failed to save foo.xcodeproj." To clear this warning, I have to click through it more than 50...
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 ArticleiOS returns an error regarding React-Codegen from project Pods Explicit...
When I run the command npx react-native run-ios --simulator "iPhone 15 Pro" in my terminal on my Mac M1 receive this errorPhaseScriptExecution [CP-User]\ Generate\ Specs...
View ArticlereCAPTCHA Enterprise not working in ios project
I'm facing an issue running the project after install pod "RecaptchaEnterprise", "18.5.0".Please ses the screenshot and guide me how i can resolved this issue.
View ArticleXcode 10.2 Update issue Build system error -1: Unable to load contents of...
After upgrading to Xcode 10.2 I am getting 2 errors :-1: Unable to load contents of file list: 'xxxxx/Pods/Target Support Files/Pods-xxxx/Pods-xxxxx-frameworks-Debug-input-files.xcfilelist' (in target...
View ArticleCocoaPods could not find compatible versions for pod "GoogleSignIn"
I was facing this issue when I was trying to install pods in my react-native project.
View ArticleThere is a problem with commiting my app to GitHub after updating pods
I ran pod update on my project then tried to commit the app on my Mac using Github app. I got this error.error:...
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 ArticleHow to Update Version Pod Packages?
This what I have now in my Pod file platform :ios, '9.0'use_frameworks!target 'ListHue' do pod 'RealmSwift' pod 'SwipeCellKit' pod 'ChameleonFramework/Swift', :git =>...
View ArticleCocoaPods could not find compatible versions for pod "Firebase/Everything"
I am getting this error when I am trying to run my React Native app in iOS:[!] CocoaPods could not find compatible versions for pod "Firebase/Auth": In Podfile: Firebase/Auth RNFBAuth (from...
View ArticlePod Install Failing - issue with the REXML gem used by CocoaPods or a...
Generating Pods projectIntegrating client project[!] Please close any current Xcode sessions and use Hoddle.xcworkspace for this project from now on.――― MARKDOWN TEMPLATE...
View ArticleGradle suppress "Unresolved reference:" (Kotlin Multiplatform)
My Kotlin Multiplatform project is built for iOS and Android.However, with some required cocoapods we have libs referenced in gradle, that exist only on MacOS machines, thus preventing a gradle sync on...
View ArticleXcode workspace integrity - couldn't load project (pods.xcodepoj)
I pulled from git and everything works fine except I get this error even though I can still run the project. Is there a way to fix this?
View Articlepod setup Cloning into 'master' error: RPC failed; result=56, HTTP code = 200
I am trying to pod setup, but I am getting following error:[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --depth=1Cloning into 'master'...error: RPC failed; result=56, HTTP code...
View ArticleError after adding google_mobile_ads sdk in swift using CocoaPods
I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following errorld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
View Article