9,660 questions
1
vote
1
answer
1k
views
'Error running pod install' while running Flutter app on iOS simulator after setting up Firebase in VSCode
After I setup my Flutter application with Firebase and connecting the app with the Firebase console, I am not able to run the application in the iOS simulator.
My system description is - 2017 Macbook ...
0
votes
1
answer
139
views
Calling `pod install` from a System.Diagnostics.Process
When we build our Unity project for iOS, it generates an Xcode project which uses Cocoapods. I'm trying to make a build post-process script (C#, running in the Unity Editor) that edits the Podfile and ...
8
votes
3
answers
4k
views
Error after adding google_mobile_ads sdk in swift using CocoaPods
I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error
ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
0
votes
0
answers
95
views
How to remove pod's current version?
I use Mac book( os version: Sonoma 14.4.1, Apple M2)
The current cocoa pod version on my laptop is 1.14.3 (run "pod --version")
But When I "run sudo gem uninstall cocoapods", the ...
0
votes
1
answer
838
views
React 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:
__OBJC_$...
-2
votes
1
answer
32
views
Pod install fails with ruby errors
I am trying to add a pod to a new project and it doesn't seem to be working.
Here's what I get: https://pastebin.com/zi55jiUZ
Sorry for the pastebin but it I cannot post if it's too much code (go ...
0
votes
1
answer
299k
views
pod install Xcode Error Failed to save foo.xcodeproj
I've been encountering an issue where, after running pod install, Xcode consistently throws an error: "Failed to save foo.xcodeproj." To clear this warning, I have to click through it more ...
1
vote
2
answers
248
views
Library not loaded: @rpath/VirgilCrypto.framework/VirgilCrypto
We are currently working on adding a 3rd party SDK into our React Native app.
Here is the SDK https://gitlab.com/claysolutions/public/clay-sdk
We added the ClaySDK Pod, set up everything, the build ...
1
vote
1
answer
2k
views
post_install giving error after running pod install, react native, iOS
I upgraded to latest version of react native (0.74.2) and after that, i am getting this error after running pod install
[!] An error occurred while processing the post-install hook of the Podfile.
...
1
vote
2
answers
1k
views
Installing multiple SPM packages using the command line
I am looking for a way to add multiple SPM packages to an Xcode project (similar to how cocoapods works using it's podfile and calling pod install)
I know I can manually go to File->Add Package ...
2
votes
1
answer
226
views
Cocoapods xcworkspace file is missing with error
Using Terminal to create Cocoapods in my project.
But after the command the .xcworkspace is missing ...
Command
/usr/local/bin/pod install
Stack
CocoaPods : 1.15.2
Ruby : ruby 2.6.3p62 (2019-04-16 ...
1
vote
1
answer
400
views
Can a Swift Package Manager library have Cocoapods dependencies of its own?
I have a project which I am using as a SPM in my main project, but it has Alamofire and other dependencies of its own (using cocoapods).
Now when I am using it in main project, it says that "No ...
4
votes
5
answers
4k
views
Error when performing pod install command
I installed Flutter with following the documentation at their website but when I want to run it and perform pod install I get this error. I tried changing version of Cocoapods but it doesn't work. ...
87
votes
14
answers
85k
views
BoringSSL-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 ...
1
vote
0
answers
150
views
MLKit iOS Undefined symbols for architecture arm64
I add MLkit via cocoapods, but I can't even build the app, even without other MLKit related code.
Undefined symbols for architecture arm64:
"_CMSampleBufferGetImageBuffer", referenced ...
2
votes
1
answer
232
views
pod 'Firebase/Core', '11.5.0' is not working
Can anyone please point out what I am doing wrong.
Xcode - Version 15.3
iOS - Sonoma Version 14.5 , apple M3Max
cocoapods - Version 1.15.2
below is the pod file.
# Uncomment the next line to define ...
0
votes
1
answer
475
views
Crashlytics on iOS: sandbox file-read-data error
I using the latest version of Xcode (15.4)
and the latest version of Firebase (10.27.0) via cocoapods (linked statically)
When I try to build, I get this error:
Sandbox: bash(91670) deny(1) file-read-...
1
vote
1
answer
747
views
install BoringSSL-GRPC (0.0.32) gunzip unknown compression format error
I am trying to run pod install on my Flutter application to build ios but currently getting the follow error:
# We are renaming openssl to openssl_grpc so that there is no conflict with openssl if it ...
1
vote
2
answers
402
views
xcode 15 Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code
I updated my xcode to 15.4
Im running flutter run on iphone 15 pro simulator
pod --version is 1.15.2
In my PodFile I added
post_install do |installer|
installer.pods_project.targets.each do |target|
...
7
votes
2
answers
4k
views
Install pods got a warning hermes-engine has added 1 script phase
When I installed pods for the first time I got a warning in the terminal:
[!] [Codegen] warn: using experimental new codegen integration
[!] hermes-engine has added 1 script phase. Please inspect ...
5
votes
1
answer
229
views
How to compile iOS Cocoapods dependency using Scons?
I am trying to create an iOS plugin for Godot Game Engine. Now my plugin requires integration with FirebaseAuth so I created a Podfile and added those dependencies. Here is the complete source code
...
0
votes
1
answer
322
views
Getting error when install pod (macbook M1)
I am getting error when installing pod for my project.
/Library/Ruby/Site/2.6.0/rubygems/core_ext/kernel_require.rb:85:in `require': dlopen(/Library/Ruby/Gems/2.6.0/gems/bigdecimal-3.1.4/lib/...
-1
votes
1
answer
809
views
CocoaPods could not find compatible versions for pod "GoogleMLKit/PoseDetectionAccurate"
I'm building an ios app using flutter and after I implemented library from pub dev mrz_scanner in my app, I had errorr after I run
arch -x86_64 pod install
the current error is display as
[!] ...
2
votes
1
answer
693
views
EAS Build says Cocoapods is not available
When I run eas build --profile development --platform ios --local, I get this error:
Cocoapods is not available, make sure it's installed and in your PATH
pod --version exited with non-zero code: 1
...
1
vote
2
answers
940
views
React native pod file use_modular_headers! throwing Redefinition of module 'ReactCommon' error
I have created a sample react native project npx react-native init MyNewProject
I added pod dependency in ios pod file
I added use_modular_headers!
Getting error as Redefinition of module '...
0
votes
1
answer
330
views
reCAPTCHA Enterprise not working in ios project
I'm facing an issue running the project after install pod "RecaptchaEnterprise", "18.5.0".
Please ses the screenshot and guide me how i can resolved this issue.
2
votes
0
answers
156
views
Getting linker error, Undefined symbols for architecture arm64: "_OBJC_CLASS_$_Reachability", referenced from"
Getting following error:
warning: Could not find or use auto-linked framework 'Reachability': framework 'Reachability' not found
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$...
0
votes
1
answer
449
views
Issue with building a React Native app in Xcode caused by a module not found
The React Native app already works on an Android emulator using Android Studio. But it doesn't work on an iOS simulator using Xcode. After attempting to build the project on Xcode, I got this error: ...
0
votes
2
answers
4k
views
CocoaPods not installed or not in valid state. Flutter
Hey I saw this issus has faced others before and have some question and answers are available. But neither solution that mention not worked here
Launching lib/main_stage.dart on iPhone 15 Pro in debug ...
0
votes
1
answer
106
views
Dependency's deployment target in lower than Xcode's minimum deployment target on .podspec
I am trying to host a private pod for my project but when I run 'pod spec lint' it gives error like '- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code.'. I think it is caused by the ...
0
votes
3
answers
343
views
StripeProvider + Invariant Violation: `new NativeEventEmitter()` requires a non-null argument., js engine: hermes
when I am trying to integrate stripe in react-native component I am getting following error :
Invariant Violation: new NativeEventEmitter() requires a non-null argument., js engine: hermes
TypeError: ...
-1
votes
1
answer
145
views
How do I change cocoapod dependency of a pod? (Firebase and GoogleSignIn not compatible)
I use Firebase and Google Sign In in my Unity project. The project is built both for Android and iOS. I do not make use of Google Sign In on iOS though.
Firebase latest versions, which I need, depend ...
0
votes
1
answer
102
views
Why dont I get a file permission for Gem and how can it be solved?
When I try to restore the Gem pristine using the command gem pristine ffi --version 1.16.3, I am getting the following permission error. What is work around for this? I am trying to install cocoapods ...
1
vote
0
answers
175
views
Why am I getting cocoapods error such as ignorring ffi as its extensions are not built?
When I check the cocopods pod --version, this is what I am getting.
Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3
Ignoring debug-1.9.1 because its ...
0
votes
1
answer
493
views
after updating to `Flutter Channel stable, 3.22.0` `flutter build` works but the build using the Xcode project doesn't work anymore
after updating to Flutter Channel stable, 3.22.0 flutter build works but the build using the Xcode project doesn't work anymore.
the error is:
/Users/fractale/CommercialProjects/fcp_library_cleaner/...
0
votes
2
answers
2k
views
'The plist file at path doesn't exist' when running app on iOS
I am having issues running my flutter project on iOS. I have searched everywhere (and tried solutions from other SO threads) and cannot seem to find how to solve this error. I get the error:
Error ...
-1
votes
2
answers
1k
views
CocoaPods could not find compatible versions for pod "StripePayments"
I have created a react-native project having following dependencies:
"react": "18.2.0",
"react-native": "0.73.1",
Now I am trying Stripe Payment Integration in ...
0
votes
0
answers
69
views
How can I install cocoapods without getting an error?
I successfully installed latest version of Ruby 3.3.1:
Successfully installed ruby 3.3.1 into /Users/sampleUser/.rubies/ruby-3.3.1
But I am still getting the following error when I try to install ...
2
votes
2
answers
554
views
Cocoapods error when using cloud_firestore
Stack overflow mentioned I previously posted low quality questions so here is my attempt at a high quality question...
I get an when running flutter run. It seems odd because it only happense after ...
1
vote
1
answer
389
views
Auto-generated Dependency Acknowledgements from SPM and Cocoapods in Settings.Bundle
I am working on multiple projects which rely on SPM and Cocoapods. Whenever possible I use SPM, but for some I am force to stick with Pods. At the moment i am looking into auto generating an ...
8
votes
6
answers
6k
views
Flutter GoogleMaps conflict with Cocoapods
I have runed pod install in vs code terminal but I'm receiving this error :
[!] CocoaPods could not find compatible versions for pod "GoogleMaps":
In Podfile:
google_maps_flutter_ios (from ....
2
votes
1
answer
4k
views
New React Native project - ios pod install - Invalid `Podfile` file: cannot load such file
I’ve created a new React Native project using the recommended template, but when I try to install pods for this new project, I get the following error:
[!] Invalid `Podfile` file: cannot load such ...
0
votes
1
answer
59
views
How to integrate CocoaPods with Solar2d for iOS?
I have a Solar2D app (native, so it connects to and runs Objective-C and Swift modules) and I want to add in a module that is available in CocoaPods (SwiftAudioPlayer). Although an experienced ...
0
votes
1
answer
1k
views
Xcode Cloud build keeps failing despite local success
I am currently working on a Flutter project and keep running into build errors in Xcode Cloud.
When running locally on an iOS simulator the build succeeds, but after I commit to GitHub, it builds in ...
1
vote
3
answers
2k
views
Failure 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 ...
0
votes
1
answer
266
views
Getting error code 65 missing FirebaseCoreInternal.modulemap after update iOS 17.2
I've build a react-native application and today suddenly I get this error message on my terminal during run of the command react-native run-ios. The code work fine until the XCode force me to install ...
1
vote
3
answers
2k
views
CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core": - Flutter
I'm trying to
pod install
for my project but it does not work it gives this error:
I updated my Xcode to 15, macOS to 14. There was no problem in previous versions.
Flutter Version: 3.19.
[!] ...
0
votes
1
answer
127
views
I get "xcodebuild: Returned an unsuccessful exit code" when I pod spec lint my library
I get "xcodebuild: Returned an unsuccessful exit code" when I pod spec lint my library.
I know it has something todo with snapshot testing package version but I don't know how to fix that.
...
0
votes
3
answers
362
views
Flutter - cannot run by cocoapods 1.15.2 with firebase_code package?
When I run pod update on flutter project, I got issue like this:
Updating local specs repositories
Analyzing dependencies
firebase_core: Using Firebase SDK version '10.24.0' defined in 'firebase_core'
...
0
votes
1
answer
651
views
How to fix 'no implicit conversion of nil into String' installing react native pods
I upgraded react native from 0.72 to 0.73.8, but when I try to install the pods with pod install I get the following error:
Downloading dependencies
Generating Pods project
Setting USE_HERMES build ...