How to fix "uninitialized constant...
I’m trying to run the demo code for Tencent RTC’s LiveKit on iOS. After entering the command sudo pod install, I encounter the following...
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 ArticleXcode Errors Including 3rd-Party API with Flutter FFI for iOS
I'm trying to include miniaudio in an existing C plugin to a Flutter project with FFI. I'm getting dozens of errors like this when trying to compile for iOS:Parse Issue (Xcode): Expected identifier or...
View ArticleCocoapods "Framework not found Pods_"
I am trying to set up Cocoapods with my project for the first time, to use one framework that only comes as a pod. I already have an xcworkspace file, so I specified that in the Podfile. When I run pod...
View ArticleCocoaPods Error Installing `BoringSSL-GRPC` during `pod install` – RPC...
I’m trying to run pod install for my Flutter project, but I keep running into an error while installing BoringSSL-GRPC. Here's the full error message:arch -x86_64 pod install --repo-update Updating...
View ArticleHow to Modify TUICallKit Source Code in an iOS Project Using CocoaPods?
I’m integrating the TUICallKit component from Tencent RTC into my iOS project using CocoaPods. However, I need to modify the source code of TUICallKit to customize its behavior according to my app’s...
View ArticleCocoaPods executable not found in your PATH
KMP project. I've uninstalled ruby and reinstalled using brew and rbenv. kdoctor shows all check marksruby 3.4.2ruby gems 3.6.3cocoa pods 1.16.2When I open my project in Xcode I get the following build...
View ArticleReact-Codegen PhaseScriptExecution Failure on iOS Build
First thing is I'm new to Mac and react-native environment. I am experiencing a build failure when trying to compile my React Native project on iOS. The build fails with the following error related to...
View ArticleFlutter: Error "The 'Pods-Runner' target has frameworks with conflicting...
I cannot run my code on my own iPhone, after I upgraded my flutter project from 2.23 to 2.8 and updated all the packages, this is a project that I worked on a few months ago, and now there is a new...
View ArticleWhat do these 'undeclared identifier' errors mean from failed eas build logs?
I've built an app (first time) with expo and want to test it out using internal distribution. After runningeas build --platform ios --profile preview I got this error in the build...
View ArticleGlog : configure: WARNING: 'missing' script is too old or missing
My question is about how to solve the missing script is too old or missing!!checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for...
View Articleclass 'AVSpeechSynthesizer' does not conform to the 'Sendable' protocol
My app is building just fine on my Windows machine, but trying to build the same code on Mac causes a ton of errors lately.The title does not quite grasp the problem, since the error log is a mile long...
View ArticleReact native pod file use_modular_headers! throwing Redefinition of module...
I have created a sample react native project npx react-native init MyNewProjectI added pod dependency in ios pod fileI added use_modular_headers!Getting error as Redefinition of module 'ReactCommon'...
View ArticleEAS Build Fails with "spawn pod ENOENT" for iOS and "no such file or...
Problem DescriptionI'm trying to build my Expo React Native project using EAS Build, but I'm encountering errors for both iOS and Android builds.For iOS, I get:spawn pod ENOENTFor Android, I...
View ArticleMissing packages and libraries from React Native
So I've been working on an existing project from React Native CLI. I pulled the project down from GitHub and I've been trying to get my environment all setup to run the servers for this app. I keep...
View ArticleHow to Resolve CocoaPods LoadError and iOS Version Conflict When Using Chat...
I'm encountering an issue while trying to build my Flutter project that integrates Tencent Cloud Chat Push. The error occurs during the CocoaPods installation phase, and I'm unsure how to resolve it....
View ArticleHow to create and publish a pod in cocoapods.org?
What are the steps to follow to create and publish a pod in cocoapods?
View ArticleGeoFire on iOS with Firebase 5
The update from Firebase 4.x to Firebase 5.0.0 broke my GeoFire installation. I was installing GeoFire via "Podfile" like this:pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'I...
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 ArticleReact Native iOS Build Fails, RCTThirdPartyFabricComponentsProvider.h File...
I'm working on a React Native project using Expo and I'm encountering an issue when trying to build the iOS version of my app. The build fails with this error:❌ error:...
View Article