no such module in macos build flutter
trying to run my project in macos flutter, but keep getting this errorgetting this errormacos/Flutter/GeneratedPluginRegistrant.swift:8:8: error: no such moduletriedflutter cleanflutter pub getpod...
View Article'The plist file at path doesn't exist' when running app on iOS
I am having issues running my flutter project on iOS. I have searched everywhere (and tried solutions from other SO threads) and cannot seem to find how to solve this error. I get the error:Error...
View ArticleFramework 'Pods_Runner' not found
I am trying to run the flutter app but getting this errorsame issue here but none helpedLaunching lib/main_dev.dart on iPhone 15 in debug mode...main_dev.dart:1Upgrading Pods-Runner-frameworks.shXcode...
View ArticleFBLPromises Framework not found
I am tryin to install Firebase using cocoapods so I may send push-notifications to user devices. However, everytime I follow the instructions step by step, I get this error that says "framework not...
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 ArticleReact-native iOS not showing images (pods issue)
I was installing a package in my react-native application (to be specific it was createMaterialTopTabNavigator from react-navigation) but after the installation succeed, something crash (error:...
View Articlepod update/install fails at Installing BoringSSL-GRPC (0.0.24)
When I run pod install or pod update in my flutter project, it fails at Installing BoringSSL-GRPC (0.0.24). And it prints this error message,[!] Error installing BoringSSL-GRPC[!] /usr/bin/git clone...
View ArticleHow to install cocoapods on macOS Ventura
I am trying to install cocoapods in my Apple M2 MacBookPro by using this command:sudo gem install cocoapodsThen I get the below errors:Fetching rexml-3.2.5.gemFetching nanaimo-0.3.0.gemFetching...
View ArticleError: Failed to build iOS project. We ran "xcodebuild" command but it exited...
CocoaPods Installation Issue: Missing Keys and OpenSSL TroubleHere's the problem:As trying to install CocoaPods dependencies, but something went wrong.It turned out you needed a plugin called...
View Articleafter updating to `Flutter Channel stable, 3.22.0` `flutter build` works but...
after updating to Flutter Channel stable, 3.22.0flutter build works but the build using the Xcode project doesn't work anymore.the error...
View ArticleWhy am I getting cocoapods installation error?
I am getting the following installation error for cocoapods:Error: To set up CocoaPods for ARM macOS, run:sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-allocError: Error...
View ArticleWhy am I getting cocoapods error such as ignorring ffi as its extensions are...
When I check the cocopods pod --version, this is what I am getting.Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3Ignoring debug-1.9.1 because its...
View Articlei am getting erron on mac in npm run ios - Invariant viloation and app...
Error in terminalInvariant Violation: "jazzagain" has not been registered. This can happen if:Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart...
View ArticleFlutter - cannot run by cocoapods 1.15.2 with firebase_code package?
When I run pod update on flutter project, I got issue like this:Updating local specs repositoriesAnalyzing dependenciesfirebase_core: Using Firebase SDK version '10.24.0' defined in...
View ArticleHow to fix Failed to connect to host for https://cocoapods.org in flutter?
When I run 'flutter doctor -v' Flutter (Channel stable, 3.7.5, on macOS 13.2.1 22D68 darwin-arm64) , I get this check:[!] HTTP Host Availability✗ HTTP host "https://cocoapods.org/" is not reachable....
View ArticleWhy dont I get a file permission for Gem and how can it be solved?
When I try to restore the Gem pristine using the command gem pristine ffi --version 1.16.3, I am getting the following permission error. What is work around for this? I am trying to install cocoapods...
View ArticleHow do I change cocoapod dependency of a pod? (Firebase and GoogleSignIn not...
I use Firebase and Google Sign In in my Unity project. The project is built both for Android and iOS. I do not make use of Google Sign In on iOS though.Firebase latest versions, which I need, depend on...
View ArticleChange file type in xcode when creating a library
So i am creating a library currently that contains an asset of .png type. I need to change this file type via File Inspector to a Data type like soThis works fine, so i commit it, however once i import...
View ArticleError: "The sandbox is not in sync with the Podfile.lock..." after installing...
I've encountered an strange issue after installing RestKit with cocoapods.after resolving RestKit dependency for my project with cocoapods and trying to build it, I face this error:The sandbox is not...
View ArticleWhy is a change in File Inspector not persisting when imported via Cocoapods?
So im creating a library that has an asset of .png right now. I need to change the Type in File Inspector from PNG to Data.I need to do this because there is data encrypted into the image, and its...
View Article