406 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
46
views
Error in Pod Update while building in Azure DevOps Pipeline for React Native
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 ...
0
votes
0
answers
112
views
Xcode 16 "Multiple commands produce <ExtractAppIntentsMetadata ... Metadata.appintents>" when using React Native + Firebase Pods
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 ...
0
votes
0
answers
95
views
Cordova and Xcode ios how to modify existing podfile post_install config
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....
0
votes
0
answers
322
views
Flutter not generating ios/Flutter/ephemeral/Flutter-Generated.xcconfig even in new project (macOS 15.5, Xcode 16.4, Flutter 3.32.5)
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 ...
0
votes
1
answer
58
views
How to add pod dependencies in a flutter project manually
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'
...
0
votes
0
answers
95
views
Flutter iOS Build Failed on Simulator (Xcode 16.3): Unsupported option '-G' despite Podfile modifications
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 ...
2
votes
0
answers
349
views
How to resolve 'non-modular-include-in-framework-module' error in Xcode 16.0 with React Native 0.78.1?
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 ...
0
votes
0
answers
99
views
Firebase in a Flutter iOS application
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:...
3
votes
1
answer
703
views
CocoaPods executable not found in your PATH
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 ...
0
votes
0
answers
136
views
CocoaPods could not find compatible versions for pod "ReactCommon/turbomodule/core"
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 ...
0
votes
1
answer
49
views
Multiple targets match implicit dependency for linker flags '-framework DynamicColor'
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 :...
0
votes
0
answers
49
views
How to fix this "Invalid Podfile file" error in my Flutter terminal?
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 ...
-1
votes
1
answer
101
views
Unable to link statically a specific Pod
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 ...
0
votes
1
answer
304
views
React Native 0.75.4 - Pod install fails: Invalid `Podfile` file: undefined method `[]' for nil
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
...
1
vote
1
answer
2k
views
0.76.3 'RCTAppDelegate.h' file not found
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 ...