Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
38 views

I'm setting up an Azure pipeline for a React Native project, but I'm running into an error during the Pod update step. Does anyone know what changes I might need to make in the Podfile, the YAML ...
error404's user avatar
0 votes
0 answers
94 views

I’m running into a build/archive error in Xcode 16.4 with my React Native app using Firebase. During compilation, I get the following error: Multiple commands produce '<ExtractAppIntentsMetadata ...
Enrique Muñoz's user avatar
0 votes
0 answers
86 views

How can I add post_install configurations to an existing podfile that already has a post_install section? I need to add a line to fix a build clang ld linker error to debug-iphonesimulator myapp....
rolinger's user avatar
  • 3,196
0 votes
0 answers
295 views

Description I am unable to build Flutter iOS projects because the file ios/Flutter/ephemeral/Flutter-Generated.xcconfig is never generated, even after following all standard troubleshooting steps and ...
Shivansh Sharma's user avatar
0 votes
1 answer
58 views

I created a flutter project and a Podfile was generated automatically. I need to add the following dependencies into my project, pod 'GMGdtAdapter-Beta', '4.15.40.1' pod 'GMKsAdapter-Beta', '3.3.76.1' ...
Hugues Hou's user avatar
0 votes
0 answers
86 views

I am encountering an issue when trying to run my Flutter application on the iOS simulator (iPhone 15 Pro Max, iOS 17.5). The build process fails with the following error: Error (Xcode): unsupported ...
Dhani Dzulkarnain's user avatar
2 votes
0 answers
305 views

I'm encountering a recurring build error in Xcode 16.0 when building my React Native app (version 0.78.1). The error specifically states: non-modular-include-in-framework-module This occurs in ...
ByteBender's user avatar
0 votes
0 answers
92 views

I have in the past already build flutter apps with firebase but at the moment I am running in some problems that prevent me from even building anything firebase-related for iOS. The machine is running:...
Olf's user avatar
  • 51
3 votes
1 answer
639 views

KMP project. I've uninstalled ruby and reinstalled using brew and rbenv. kdoctor shows all check marks ruby 3.4.2 ruby gems 3.6.3 cocoa pods 1.16.2 When I open my project in Xcode I get the following ...
Kurtis's user avatar
  • 49
0 votes
0 answers
128 views

I’m currently facing an issue with React Native and CocoaPods after upgrading React Native and trying to install dependencies for iOS. Here are the details of the problem: [!] CocoaPods could not find ...
FR STAR's user avatar
  • 702
0 votes
1 answer
48 views

I have a project, and podfile like this source 'https://github.com/CocoaPods/Specs.git' use_frameworks! inhibit_all_warnings! def commandPod pod 'DynamicColor' end target 'MyApp' do platform :...
Rising Sun's user avatar
0 votes
0 answers
48 views

Anytime I run "pod install --repo-update" in my terminal I get the following error in my terminal: Terminal Error Message I am trying to link my app with firebase. It is supposed to be an ...
Ihavenoideawhatimdoing's user avatar
-1 votes
1 answer
92 views

I am trying to link statically a specific Pod in my project that requires static linking. If i write use_frameworks! :linkage => :static, it will link statically all of my Pods and i have multiple ...
Tom3652's user avatar
  • 2,975
0 votes
1 answer
285 views

I have just upgraded RN to 0.75.4 and also cocapods to 1.16.2. Since, pod install fails with the following: [!] Invalid `Podfile` file: undefined method `[]' for nil. # from <path>/Podfile:26 ...
Alix Humbert's user avatar
1 vote
1 answer
2k views

https://github.com/facebook/react-native/issues/36611 I tried everything here, but it didn't work for me. People have experienced issues while upgrading React Native to a newer version, but I haven't ...
kursad's user avatar
  • 81
7 votes
5 answers
18k views

Package.json "dependencies": { "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-firebase/app": "^21.4.0", "@...
kursad's user avatar
  • 81
-2 votes
1 answer
282 views

after i install firebase and firestore. i tried to rebuiled the app its working on android well but when i try to build the ios the build stuck (i have in the folder the google-service.json). i tried ...
Haim Madar's user avatar
5 votes
0 answers
1k views

I'm facing an issue while distributing my Flutter app to the App Store, which uses the Agora SDK. The distribution process fails with the following asset validation errors, indicating that bitcode is ...
Mohamed Wazery's user avatar
-2 votes
3 answers
83 views

when flutter run i got the message like this ==> Launching lib/main.dart on iPhone 15 Pro in debug mode... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate ...
Dhanu's user avatar
  • 1
0 votes
1 answer
405 views

Running pod install... 651ms CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build ...
Abdullah Ghanayem's user avatar
2 votes
0 answers
113 views

In my Flutter app I have a Podfile in which there are two extensions: // Rest of the Podfile flutter_ios_podfile_setup target 'Runner' do use_frameworks! use_modular_headers! ...
Pandruz's user avatar
  • 519
0 votes
1 answer
135 views

QQ: Does pod install --clean-install ignore the Podfile.lock file? The documentation is unclear. --clean-install Ignore the contents of the project cache and force a full pod installation. This only ...
price's user avatar
  • 125
5 votes
0 answers
622 views

I have tried this: My podfile code: bitcode_strip_path = `xcrun --find bitcode_strip`.chop! def strip_bitcode_from_framework(bitcode_strip_path, framework_relative_path) framework_path = File....
Chetan's user avatar
  • 51
1 vote
1 answer
2k views

After finish building an iOS app in Flutter, the app crashes when I try to launch it in an emulator. The logs showed dyld_process_snapshot_get_shared_cache, but I have no idea what this is. I tried ...
yolo's user avatar
  • 767
0 votes
0 answers
52 views

I am trying to write my first SwiftUI mobile app. I have created an XCode project already and now I am trying to create a Podfile that will hold all my external Pod libraries. I try to run pod init ...
ITAY LADOR's user avatar
0 votes
0 answers
83 views

when I hit pod install I get this error [!] Unable to find a specification for RCT-Folly (= 2024.01.01.00) depended upon by RNScreens You have either: out-of-date source repos which you can update ...
Sudhanshu Srivastava's user avatar
1 vote
2 answers
3k views

I am making a upgrade of the React Native version from the 0.70.6 to 0.74.3. When I try to run the pod install inside the iOS folder. I receive this error: [!] Unable to find a specification for `...
tosa's user avatar
  • 83
1 vote
1 answer
1k views

I'm building a react-native app with expo and have a whole generated ios folder with the Podfile. When trying to run pod install, I get the error [!] Invalid Podfile file: unknown keyword: :...
Cedric's user avatar
  • 1,070
1 vote
1 answer
408 views

Swift Compiler Error (Xcode): Missing return in closure expected to return 'String' /Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/...
Ziad H.'s user avatar
  • 729
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
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
0 votes
1 answer
2k views

I am getting the error Invalid Podfile file: Invalid expo-dev-launcher.podspec file: undefined method `add_dependency' for Pod:Module. when I try to do pod install. The error is in the file [...
Jaylen J's user avatar
1 vote
0 answers
60 views

Every time I launch the application, I receive this message. I have already tried to uninstall and reinstall cocoapods, but it does not work. Error output from CocoaPods: ↳ Searching for inspections ...
Whirley Paul's user avatar
0 votes
1 answer
319 views

I upgraded React Native from 0.70.7 to 0.74, but I am getting the following error. ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution [CP-User]\ Config\ codegen /...
Hakan Hakan's user avatar
0 votes
1 answer
128 views

I must avoid the installation of a single package in podfile for the tv target because is not compatible with the tvos (and I don't need it). This is my package.json { "name": "...
Kiavor's user avatar
  • 474
0 votes
1 answer
482 views

So I'm having a problem when building my Flutter app in release mode for flutter. When I build my Flutter app in debug mode it works fine and I can use my app in any emulator without any problem. But ...
Slim skhab's user avatar
1 vote
3 answers
1k views

First code I use the Podfile below platform :ios, '11.0' use_frameworks! target 'RunnerTests' do inherit! :search_paths ## dart: PermissionGroup.camera 'PERMISSION_CAMERA=1' end ...
charle's user avatar
  • 49
-1 votes
1 answer
318 views

At my company we are porting our apps to Flutter from native and for company's reasons we need to quickly get rid of the native layers all together. Now, we have a bit of a weird situation.. Flutter ...
Vincenzo's user avatar
  • 6,688
63 votes
8 answers
96k views

Error message: Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff ...
DONGNYEONG's user avatar
5 votes
2 answers
4k views

I have added permission_handler 11.1.0 package in my flutter App. package link According to their documentation, I have added these codes in PodFile for installer: post_install do |installer| ...
AQ Nahid's user avatar
  • 151
0 votes
2 answers
814 views

I am encountering an issue while installing pods in my React Native project using CocoaPods. After executing pod install, I receive the following error: [!] CocoaPods could not find compatible ...
İbrahim Uyar's user avatar
6 votes
2 answers
6k views

I'm trying to install FirebaseFirestore via CocoaPods in my iOS project, but I'm encountering an error. cd ios pod install But I get the following error: Analyzing dependencies Pre-downloading: ...
TARAS's user avatar
  • 61
1 vote
2 answers
223 views

I'm basically pod installing using terminal, but not all my pod files are installed, some of them remain 'Red' as below. What should I do about this? Here is my podfile as well:
Artun's user avatar
  • 313
0 votes
1 answer
3k views

Got the following error after running npx expo run:ios this morning, not sure what's changed was fine yesterday. /Users/{me}/Desktop/Development/{my-project}/ios/Pods/Pods.xcodeproj: warning: The iOS ...
David Henry's user avatar
  • 3,090
0 votes
1 answer
323 views

I have a React native App that works well on android emulator no issue. Now I am trying to test it out on an IOS emulator but I keep getting compile errors. I am very new to Xcode and I tried to ...
user15928679's user avatar
0 votes
2 answers
903 views

When I run pod update, all my other pods update but Firebase only updates to 8.15.0. Firebase is currently on 10.17.0. What's the issue here? Podfile.lock: PODS: //... - Firebase (8.15.0): - ...
Lance Samaria's user avatar
0 votes
1 answer
171 views

Recently I've update the Xcode 15 and IOS 17, and I'm facing error "DT_TOOLCHAIN_DIR" and code signing issue in my Xcode. I need to combine these 2 into my post_install section, but each ...
Lee Wei Chin's user avatar
8 votes
3 answers
12k views

I am trying to build my React Native app for iOS and having issues. I build on a regular basis, but since upgrading Xcode to 15.0.1, I have run into an issue. I build my app for iOS as follows: npx ...
TreyBCollier's user avatar
-1 votes
1 answer
215 views

I get this error when i try to build my Flutter App on iOS: ### Error ``` NoMethodError - undefined method `present?' for nil:NilClass /Users/User/.rvm/rubies/ruby-2.7.0/lib/ruby/gems/2.7....
Alex M's user avatar
  • 1
0 votes
0 answers
387 views

I need help with my flutter project for MacOS, I don't have much programming knowledge, so I am using artificial intelligence to learn how to program, but I have reached a point where I don't know how ...
Xan's user avatar
  • 21

1
2 3 4 5
9