CocoaPods Error: Unable to find compatibility version string for object...
I'm getting this error when trying to run pod install after adding a Share Extension to my Flutter iOS project:CopyArgumentError - [Xcodeproj] Unable to find compatibility version string for object...
View ArticleError: Could not build Objective-C module 'webcrypto' in SwiftWebcryptoPlugin
Error: Could not build Objective-C module 'webcrypto' in SwiftWebcryptoPlugin and'Flutter/Flutter.h' file not found in WebcryptoPluginI'm using latest Flutter 3.24.5 • channel stable...
View ArticleReact Native creating app & running it on xcode getting error ReactCodegen
The error isReactCodegen: Command PhaseScriptExecution failed with a nonzero exit codeI was creating a normal app in React Nativenpx react-native init sampleAppthen cd ios, pod installall goodWhen...
View ArticleFlutter core library mismatch
After a couple of untracked updates, I am getting this error when I try to start debugging my project.Launching lib/main.dart on iPhone 15 Pro in debug mode... Xcode builddone. 279.1s Failed to...
View ArticleRemoved Realm, but still getting this error: module importing failed: invalid...
I tried using Realm with Cocoapods in a project two years ago. Realm didn't work out, so I removed it. Cocoapods didn't work out, so I eventually removed that as well and switched to Carthage.With the...
View ArticleXCFramework cant find module
I have a closed source sdk i want to distribute via cocoapods.Using internal libraries and private podspecs i can create a podspec that imports this framework and all its dependencies. The framework...
View ArticleERROR: Error installing cocoapods: ERROR: Failed to build gem native extension
I am trying to install cocoapods to my MacBook Pro running with OSX 10.9.1 (new Mavericks) and after type gem install cocoapods I get the following error: Building native extensions. This could take a...
View ArticleHow to fix error downloading CocoaPods from my Unity project?
I am programming a mobile game using unity, when trying to build and run I get"Error building Player: iOS framework addition failed due to a CocoaPods installation failure. This will will likely result...
View ArticleFailure of pod install for the React-native project using Yarn Berry
Simply, I can't install the pod for the react-native project when I use the yarn - Berry or any newer version 3.x or 4.x. Is there anyone who made this work? Thanks!This can be re-introduced by...
View ArticleUnable to load contents of file list: '/Target Support Files/Pods-Target...
I am getting two errors,Unable to load contents of file list: '/Target Support Files/Pods-Target Name/Pods-Target Name-frameworks-Debug-input-files.xcfilelist'Unable to load contents of file list:...
View ArticleCocoaPods Compatibility Issue: React-RuntimeHermes Pod not Found
I'm working on a React Native project using version 0.75.4 and have encountered a problem while trying to set up CocoaPods. When I run pod install, I receive the following error message:CocoaPods could...
View ArticleFlutter build for IOS: Module 'amplify_auth_cognito' not found [duplicate]
I'm using Flutter and AWS Auth Cognito, when i try to run flutter run on an ios simulator i get the follwowing error message:leon@MBP app % flutter run --flavor devLaunching lib/main.dart on iPhone 15...
View ArticleCocoaPods install fails after Firebase push notification was added to the...
We recently integrated Firebase into our React Native Expo project, but now our build pipelines are failing during the CocoaPods installation step.The error we're encountering is:[!] The following...
View ArticleFlutter CocoaPods could not find compatible versions for pod...
on running pod install there is appearing following error[!] CocoaPods could not find compatible versions for pod "OneSignalXCFramework": In Podfile: onesignal_flutter (from...
View Article'ReactCommon/RCTTurboModule.h' file not found
System details follows:SystemOS: macOS 14.5CPU: Apple M2 chip8-core CPU with 4 performance cores and 4 efficiency cores8-core GPU16-core Neural Engine100GB/s memory bandwidthConfigurable to M2 with...
View ArticleCocoapods Warning - CocoaPods did not set the base configuration of your...
After I execute a pod install at the base of my project, I get the following error:CocoaPods did not set the base configuration of your project because because your project already has a custom config...
View ArticleExecution failed for task ':shared:podInstall'
I am very new to KMM (Kotlin Multiplatform Mobile) and iOS development (including CocoaPods). I have come across the following build error in Android Studio.Execution failed for task...
View ArticleFrozenError in colored2 gem while running pod install in CocoaPods 1.16.2
I'm encountering a FrozenError when trying to run pod install with CocoaPods 1.16.2. The error occurs during the execution of the colored2 gem, specifically in the ascii_decorator.rb file. The error...
View ArticleInvalid Podfile:
I'm trying to run pod install on my RN project. Last week all fine. Without any changes, after I install new Xcode version (15.4, previous 15.2). I encounter this error. When I run pod install, cmd...
View Articlexcode 15 Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code
I updated my xcode to 15.4Im running flutter run on iphone 15 pro simulatorpod --version is 1.15.2In my PodFile I addedpost_install do |installer| installer.pods_project.targets.each do |target|...
View Article