Development Pod files disappears after running pod install?
Currently I am creating custom CocoaPod with dependencies ,I specified dependencies in podspec file following guides of CocoaPods GuidesDevelopment Pod Classes code disappears after running Pod install...
View ArticleRunning Cocoapods on Windows
I followed the instructions in this article, but after successfully installing all required dependencies, I am unable to run the basic update or install commands. I get the following error:PS...
View ArticleCocoaPods: Unable to locate the executable `git`
I've already installed a pod successfully (SDWebImage) and now trying to add a Library called "MFSideMenu". My Podfile looks the following:platform :ios, '6.0'pod 'SDWebImage', '3.2'pod...
View ArticleEAS build iOS failing: ‘Could not find proper version of cocoapods (1.15.2)’...
I have installed Expo modules and configured EAS build on my existing React Native 0.70.15 project and when running eas build --platform ios --profile development --local it gives me this...
View ArticleThe archive did not include a dSYM for the...
When I upload the build to App Store Connect, I get a series of "Upload Symbols Failed" errors like this:Upload Symbols FailedThe archive did not include a dSYM for the...
View ArticleError installing Boost: Verification checksum was incorrect, expected
Error message:Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ffSteps...
View ArticleGetting No type or protocol named 'GIDSignInDelegate' error when trying to...
I am using latest google sign unity release 1.0.4 in Unity project. I use google sign in via Firebase. Everything works fine when I generate an Android app from my Unity project but I am facing issue...
View ArticleBoringSSL-GRPC unsupported option '-G' for target 'arm64-apple-ios15.0'
After updating to Xcode 16 Beta, when building an app, I get this error (in attachments). That's basically it. Is there any way to fix that or should I wait for BoringSSL update?I've tried pod update...
View Articleflutter doctor - CocoaPods installed but not working
using zsh - use to work in bashbrew doctor - Your system is ready to brew.flutter doctor gives this error[!] Xcode - develop for iOS and macOS (Xcode 12.2)✗ CocoaPods installed but not working. You...
View ArticleNo such module error on macOS Sequoia 15.4 and Xcode 16.4 for Pods but are...
No such module error on macOS Sequoia 15.4 and Xcode 16.4 for Pods but are working fine in macOS Ventura 13.7.5 and Xcode 15.2. I checked all build configuration for pods which are correct and also...
View ArticleCocoapos error - [!] Couldn't determine repo type for URL:...
I am getting[!] Couldn't determine repo type for URL:https://cdn.cocoapods.org/: Non-HTTP proxy URI:error during pod install when i am trying to run a flutter project.https proxy is in place on...
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 ArticleError Installing mobile-ffmpeg-full-gpl (4.4.LTS) via CocoaPods - 404 Not Found
I am trying to install mobile-ffmpeg-full-gpl (4.4.LTS) in my iOS project using CocoaPods, but I am encountering a 404 error when CocoaPods attempts to download the framework.Here is the error...
View ArticleXcode12.4 Can't merge user_target_xcconfig for pod targets
I have been trying to update Pods, however, I get this warning every time I run pod update.Here are the Excluded Architectures of the Project and Pods respectively.What I've triedAdded this snippet to...
View ArticleXcode building for iOS Simulator, but linking in an object file built for...
I am trying to get a large (and working on Xcode 11!) project building in Xcode 12 (beta 5) to prepare for iOS 14. The codebase was previously in Objective-C, but now it contains both Objective-C and...
View ArticleExport React Native Component and Android/IOS SDK
I have a ReactNative expo project that exports a component lets say HelloWorldWidget. I want this component to be usable in a native android and IOS project as easily as possible.I could not find any...
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 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 Articlecocoapod ERROR tar: Unrecognized archive format
i have try to install firebse in my project but i have receive this errors[!] Error installing Firebase[!] /usr/bin/tar xfz...
View ArticleReactCodegen: Command PhaseScriptExecution failed with a nonzero exit code
I have a Lerna + React Native 0.76 project that was working on my previous M1 Macbook Pro but then I've migrated to a M4 Macbook Pro (Has also tested on a M2 Macbook Air and M2 Pro Macbook Pro). All of...
View Article