MLKIT MLKVisionImage import not found in KMP shared iosMain
MLKVisionImage import not found in KMP iosAdded below code`cocoapods {// Required properties// Specify the required Pod version here. Otherwise, the Gradle project version is used.version =...
View ArticleTypescript error inside node_modules for React native project
The package.json in my project has"react-native-safe-area-context": "^4.7.1"while the podfile.lock shows a different version.react-native-safe-area-context (4.10.9):which I believe is causing a...
View ArticleHow to fix [!] No podspec found for `flutter_test` in...
I've been using flutter and there's no error like this until yesterday. But when I launch the simulator, I got the message below. Error running pod installError launching application on iPhone...
View ArticleInvalid `Podfile` file: cannot load such file - Error pod install
I am having an issue when running the pod install command since I updated the operating system to the latest version and Xcode to 15.4.Error:[!] Invalid Podfile file: cannot load such file --...
View ArticleUsing Cocoapods in iOS Framework and App Projects in the same workspace
Okay, so maybe I'm doing something absolutely wrong so feel free to correct me. Let me explain what I'm trying to achieve.I work on a project with multiple targets. Each target is used to create a...
View ArticleCould not automatically select an Xcode project
When i type "pod install" in a correct directory I always get thisAnalyzing dependencies[!] Could not automatically select an Xcode project. Specify one in your Podfile like so: project...
View ArticleFlutter iOS: CocoaPods could not find compatible versions for pod "GoogleSignIn
I recently had to update a flutter project and a a result, completely broke the dependency tree on iOS.The original error message displays the following:Error: CocoaPods's specs repository is too...
View ArticleFramework 'FirebaseFirestoreInternal' not found after installing...
I'm currently developing a React Native Firebase project and recently installed @react-native-firebase/firestore. However, I'm encountering several build errors.in Xcode:Framework...
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'Error running pod install' while running Flutter app on iOS simulator after...
After I setup my Flutter application with Firebase and connecting the app with the Firebase console, I am not able to run the application in the iOS simulator.My system description is - 2017 Macbook...
View ArticleFlutter pod file issues
its seems that my pod file is broken and I can't install app on my iPhone.I got error pod file"Running pod installExited (sigterm)Exception: Error running pod install". I have already tried with remove...
View ArticleCocoaPods could not find compatible versions for pod "GoogleDataTransport"
I am trying to update the pods of my project using this command : cd ios && pod update && Pod install && cd - but I receive this error :[!] CocoaPods could not find compatible...
View ArticleThe iOS Simulator deployment targets is set to 7.0, but the range of...
I'm getting this below warning message in my Xcode 10.1.The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1.My...
View ArticleFlutter App Not Launching on Physical iPhone (macOS Monterey 12.7.6)
I'm trying to run a Flutter app on a physical iPhone 12 mini (iOS 17.6.1), but I'm encountering issues.Steps Taken:Connected my iPhone 12 mini to my Mac using a USB cable.Enabled Developer Mode on my...
View ArticleAfter pod update getting error...
After the Pod update getting many compilation error for import any of GoogleUtilities in FireBase pods'GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h' file not foundmy...
View ArticleInvertase IOS Firebase Firestore pre-built module causes dependency conflict?
I am attempting to apply this tool ( https://github.com/invertase/firestore-ios-sdk-frameworks ) to solve long IOS build time for Firebase Firestore in a Flutter project.The project builds and runs...
View ArticleСocoapods trunk URL couldn't be downloaded
I am getting this error when I try to pod repo update and pod installCDN: trunk URL couldn't be downloaded:https://cdn.cocoapods.org/deprecated_podspecs.txt, error: Failed toopen TCP connection to...
View Articleclang: error: SDK does not contain 'libarclite' at the path
After Updating to Xcode 15 I am getting the following error in my react-native app while it try to build it.clang: error: SDK does not contain 'libarclite' at the path...
View ArticleSwift pods cannot yet be integrated as static libraries...
I am building an app by Flutter. I got this error message when doing "pod install" or "pod install --repo-update" or "pod update" and the pod install failed and stopped.The error message:[!] The...
View ArticleArchive Export error: The archive contains nothing that can be signed
My app runs on devices and simulators. The app archives with no errors. When I try to export I get the following error:The log file IDEDistribution.critical.log contains the following:2017-07-07...
View Article