How to add Common C++ Code inside a Flutter Plugin so that it's available to...
I have a flutter plugin (lets call is FPlugin) which majorly works with C++ code.The flow is like this -Flutter App -> Flutter Plugin -> Calls C++ code via DartFFIThis project was initially meant...
View ArticleCannot find type 'RCTEventDispatcher' in scope | react-native-video
Can`t build project on IOS.Error:Cannot find type 'RCTEventDispatcher' in scope React-native v0.73.6 + react-native-video ^6.5.0import AVFoundationimport AVKitimport Foundation#if USE_GOOGLE_IMA import...
View ArticleError Regarding undefined method `map' for nil:NilClass for Flutter App /...
I'm having an error regarding my Flutter application. When I run the "flutter run" script in terminal, I'm getting the following error from Cocoapods: "Error output from CocoaPods: Searching for...
View ArticleReact Native upgrade 0.73 Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher,
During the process of updating RN to 0.73. I am running into this issue on the app center ios pipeline.ld: Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher, referenced from:...
View ArticleHow to make "pod install" command use Ruby 3.3.5?
On my MacOS Sonoma 14.6.1 I had system Ruby 2.6.10 and installed the latest Ruby version 3.3.5.Then I tried to build a project with CocoaPods and some errors have occurred during the build. When I...
View ArticleKotlin Multiplatform library: specific iOS development with Kotlin, Swift,...
I would like to know if all of these scenarios are possible right now and the way to do it, both for a Kotlin Multiplatform project with Compose and also for a Kotlin Multiplatform library without UI...
View ArticleXcode 16 iOS 18 compilation error with flutter integrated
App I am working on is native iOS app with flutter project integrated through cocoa pods. Day before when iOS 18 officially released, had to update to Xcode 16 and iOS 18. while I tried to compile the...
View ArticleCocoapods - Does pod install --clean-install ignore the Podfile.lock file?
QQ: Does pod install --clean-install ignore the Podfile.lock file? The documentation is unclear.--clean-installIgnore the contents of the project cache and force a full pod installation. This only...
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 ArticlePod could not be installed on macOS 15.0 React Native
A couple of days ago I upgrade my Mac to MacOS 15 Sequoia. But today when I try to install pod in one project I got an error related to cocoaPods and ruby$ npx pod-install iosScanning for...
View ArticleImporting Swift into Objective-C with CMake
I have a QT app with CMake. CMake generates .xcodeproj and CocoaPods generates.xcworkspace from the following Podfile:source 'https://github.com/CocoaPods/Specs.git'platform :ios, :deployment_target...
View ArticleSwift Compiler Error (Xcode) on VScode flutter project with IOS simulator
I'm new to flutter and I've been working on this side project for awhile. I switched over the project from my linux laptop over to a mac and I'm having trouble trying to launch the app to the ios...
View ArticleError (Xcode): 'SpeechToTextPlugin' has different definitions in different...
I upgraded my Mac to Sequoia and XCode 16 yesterday and ever since cannot build my Flutter app anymore. I got a bunch of error messages which led me to upgrade all my packages, re-install cocoa pods...
View ArticleDoes cocoapods support pods directly referencing each other's header files by...
i have a demo project testPod ,after runs bundle exec pod install,the pods have been correctly installed.there are two pods names AFNetworking and YYKitthe Podfile content are:target 'testPod' do pod...
View ArticleXCode workspace ".xcworkspace" generated with "pod install" does not build
I created a sample QT app, opened its CMakeLists.txt in QT Creator, selected iOS Simulator configuration and run CMake. It generated XCode project at...
View ArticleXcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
Showing Recent Messages:-1: mkdir -p /Users/spritzindia/Library/Developer/Xcode/DerivedData/Contigo-atftiouzrdopcmcpprphpilawwzm/Build/Products/Debug-iphonesimulator/Contigo.app/FrameworksShowing...
View ArticleCocoaPods could not find compatible versions for pod "Firebase/Core” |...
I am having some issues in the pod, see belowLaunching lib/main.dart on iPhone X in debug mode...Running pod install...CocoaPods' output:↳ PreparingAnalyzing dependenciesInspecting targets to integrate...
View ArticleReference is not a tree: f0a7...3e8c during cocoapods install
After creating a new project in Xcode, I addedpod 'Typhoon', :headto my Podfile. When trying to install the pod, I get the following error:MacbookPro:MyNewProject myuser$ pod installAnalyzing...
View ArticleTarget has frameworks with conflicting names: openssl.xcframework
In my project I installed two podsOne pod have openssl.xcframework version 1.1.180 as its vendored frameworksAnd another pod have openssl.xcframework version 1.1.2200 as its vendored frameworksWhen I...
View ArticleRedefinition of module 'React' in React-RCTWebSocket.modulemap
Good day,We have just upgraded react-native from 0.59.10 to 0.60.0.Mainly we have been following these...
View Article