Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

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 ...
Nikhil Gohil's user avatar
0 votes
1 answer
139 views

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 ...
Kevin's user avatar
  • 334
8 votes
3 answers
4k views

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'...
user9792850's user avatar
0 votes
0 answers
95 views

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 ...
Yan's user avatar
  • 1
0 votes
1 answer
838 views

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_$...
Thanh Lai's user avatar
-2 votes
1 answer
32 views

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 ...
daydr3am3r's user avatar
0 votes
1 answer
299k views

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 ...
make's user avatar
  • 10.2k
1 vote
2 answers
248 views

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 ...
Donovan Charpin's user avatar
1 vote
1 answer
2k views

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. ...
Irfan wani's user avatar
  • 5,252
1 vote
2 answers
1k views

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 ...
A Man With Feet's user avatar
2 votes
1 answer
226 views

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 ...
Prime Lorenz Abarquez's user avatar
1 vote
1 answer
400 views

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 ...
Abhinav Dobhal's user avatar
4 votes
5 answers
4k views

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. ...
Raccoon's user avatar
  • 163
87 votes
14 answers
85k views

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 ...
walkman's user avatar
  • 882
1 vote
0 answers
150 views

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 ...
herz88888888's user avatar
2 votes
1 answer
232 views

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 ...
Thirupathi Adla's user avatar
0 votes
1 answer
475 views

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-...
Daniele B's user avatar
  • 20.6k
1 vote
1 answer
747 views

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 ...
Kris Py's user avatar
  • 11
1 vote
2 answers
402 views

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| ...
Ah_Ch_97's user avatar
7 votes
2 answers
4k views

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 ...
IncognitoUser's user avatar
5 votes
1 answer
229 views

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 ...
BraveEvidence's user avatar
0 votes
1 answer
322 views

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/...
Pranjali Wagh's user avatar
-1 votes
1 answer
809 views

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 [!] ...
Fikri Aliff's user avatar
2 votes
1 answer
693 views

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 ...
Nooblantis District's user avatar
1 vote
2 answers
940 views

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 '...
Ram Kumar's user avatar
0 votes
1 answer
330 views

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.
Faheem's user avatar
  • 117
2 votes
0 answers
156 views

Getting following error: warning: Could not find or use auto-linked framework 'Reachability': framework 'Reachability' not found Undefined symbols for architecture arm64: "_OBJC_CLASS_$...
Reprator's user avatar
  • 3,109
0 votes
1 answer
449 views

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: ...
The One Who Asks's user avatar
0 votes
2 answers
4k views

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 ...
Kasun Hasanga's user avatar
0 votes
1 answer
106 views

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 ...
Prasun Dangol's user avatar
0 votes
3 answers
343 views

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: ...
alokkumardubey's user avatar
-1 votes
1 answer
145 views

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 ...
Doruk Okbay's user avatar
0 votes
1 answer
102 views

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 ...
M99Coder's user avatar
  • 117
1 vote
0 answers
175 views

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 ...
M99Coder's user avatar
  • 117
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. the error is: /Users/fractale/CommercialProjects/fcp_library_cleaner/...
Fractale's user avatar
  • 1,704
0 votes
2 answers
2k views

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 ...
ligaevelina's user avatar
-1 votes
2 answers
1k views

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 ...
alokkumardubey's user avatar
0 votes
0 answers
69 views

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 ...
M99Coder's user avatar
  • 117
2 votes
2 answers
554 views

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 ...
user3394385's user avatar
1 vote
1 answer
389 views

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 ...
Deitsch's user avatar
  • 2,298
8 votes
6 answers
6k views

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 ....
Youssouf Hassan Moussa's user avatar
2 votes
1 answer
4k views

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 ...
Aldra1n's user avatar
  • 71
0 votes
1 answer
59 views

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 ...
Ideate Games's user avatar
0 votes
1 answer
1k views

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 ...
Zamin Shaikh's user avatar
1 vote
3 answers
2k views

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 ...
LoveMob's user avatar
  • 616
0 votes
1 answer
266 views

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 ...
newbie's user avatar
  • 979
1 vote
3 answers
2k views

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. [!] ...
gurkan stack's user avatar
0 votes
1 answer
127 views

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. ...
Ahmadreza's user avatar
  • 7,291
0 votes
3 answers
362 views

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' ...
phinq's user avatar
  • 131
0 votes
1 answer
651 views

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 ...
Francesco Clementi's user avatar

1
3 4
5
6 7
194