Flutter keeps importing old version of Plugin for iOS
I have create a plugin which can be found at following url https://pub.dartlang.org/packages/upetch_paysquare_service#-versions-tab-I imported the plugin in separate flutter project's pubspec as...
View Articlepod install Error like [!] Error installing
I use 'pod install' to install third party framework, but it always show this error message.How to fix it?I also try to uninstall, but not work.Thx.Analyzing dependenciesDownloading...
View ArticleHow to install properly CocoaPods on Macbook M1 Silicon
I am trying to install Cocoa Pods on my new MacBook Pro with the M1 Chip.There are some solutions that found from December. Since is February those solutions may be a little outdated.I cannot find any...
View ArticleRedfinition of module 'FirebaseCrashlytics'
I recently update below mentioned SDK from version 7.6 to 10.24.0pod 'FirebaseMessaging'pod 'Firebase/Analytics'pod 'Firebase/Core'pod 'Firebase/Crashlytics'pod 'Firebase/RemoteConfig'After updating I...
View ArticleHow to run CocoaPods on Apple Silicon (M1)
I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails to install pods.LoadError - dlsym(0x7f8926035eb0,...
View ArticleUpgrading TwilioConversationsClient cocoaPods raises lot of issues
We'd used TwilioConversationsClientversion 2.0.0 for Chat feature few years before.Now we're updating the Pod version of TwilioConversationsClient to 4.0.0.It raises a lot of issues likeValue of type...
View ArticleCocoaPods manages third-party library import issues
In a swift project, when using CocoaPods to manage third-party libraries, why do some libraries only need to be introduced once, such as SnapKit(import SnapKit), while others need to be introduced in...
View ArticleCannot initialize a parameter of type 'NSPointerArray *' with an lvalue of...
I am trying to update react native app from 0.64 to 0.73.So far I managed to run android app, but I still can't run iOS.I am stuck at this errorCannot initialize a parameter of type 'NSPointerArray *'...
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 ArticleModule not found when building flutter app for IOS
So I'm having a problem when building my Flutter app in release mode for flutter.When I build my Flutter app in debug mode it works fine and I can use my app in any emulator without any problem. But...
View ArticleXcode Build Error: Could not build Objective-C module 'Firebase' and...
I'm encountering an issue while trying to build my project in Xcode. Specifically, I'm getting the following error messages:Could not build Objective-C module 'Firebase'Could not build module...
View ArticleI'm new to react native and stuck with pods issue, please assist
I'm facing issue with pod installation inside of the ios folder of my react native app.The issue is coming from FlipperKit installation. I've tried a couple of solutions but it dosent see to workBelow...
View ArticleCocoaPods could not find compatible versions for pod "FBSDKCoreKit"
I am having trouble using this library, I followed the instructions with the facebook guide that appears on the readMe and did all the steps.Before this, I used the react-native-fbsdk library which is...
View ArticleWhy is my Flutter app crashing on launch only in iOS release build?
I have a Flutter app that I just upgraded to Flutter 3.19.5, and spent the day upgrading certain packages and changing small styling pieces of the app. When I sent it off to TestFlight I realized that...
View Articlefirebase_storage pod error in flutter ios
I am uploading image to firebase. It is working fine on android, but in iOS there is a run time error and app crashes.here is the code causing error:appCheck =...
View ArticleCocoaPods could not find compatible versions for pod "Firebase/Messaging"
recently updated my packages and added a new one and now can't do pod install because I get this error:`[!] CocoaPods could not find compatible versions for pod "Firebase/Messaging":In snapshot...
View Articleupgrading to new react-native version and doing pod install throws an error...
i tried to update react-native version to latest 0.72.3 and run pod install which resulted in next error[!] CocoaPods could not find compatible versions for pod "SocketRocket": In snapshot...
View ArticleFramework 'FlutterPluginRegistrant' not found
I am integrating a flutter module using cocoapods. I have created podfile as described in below document and did pod install and built the project but getting Framework 'FlutterPluginRegistrant not...
View ArticleError whhile installing cocoapods on macbook
that's the error in terminalThe last version of drb (>= 0) to support your Ruby & RubyGems was 2.0.6. Try installing it with gem install drb -v 2.0.6 and then running the current command...
View ArticleApple Third Party Privacy Manifest Requirement
I created a privacyInfo file for our SDK and added to Sources. Our SDK is open source and we publish it via Cocoapods.How can we ensure that the privacyInfo is added to the correct location and it will...
View Article