406 questions
0
votes
0
answers
38
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
94
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
86
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
295
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
86
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
305
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
92
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
639
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
128
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
48
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
48
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
92
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
285
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 ...
7
votes
5
answers
18k
views
Error: Native module RNFBAppModule not found. Re-check module install, linking, configuration, build and install steps., js engine: hermes
Package.json
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-firebase/app": "^21.4.0",
"@...
-2
votes
1
answer
282
views
React Native Firebase Firestore ios build errors on terminal xcodebuild exited with error code 65. on xcode FirebaseCoreInternal.modulemap' not found
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 ...
5
votes
0
answers
1k
views
Error During App Distribution: Asset Validation Failed Due to Bitcode in Agora Frameworks
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 ...
-2
votes
3
answers
83
views
when i type flutter run i got this issue How to fix it...?
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
...
0
votes
1
answer
405
views
Flutter Cannot Build Application used iOS 18 and Xcode 16
Running pod install... 651ms
CocoaPods' output:
↳
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build ...
2
votes
0
answers
113
views
How to exclude some pods from a specific target in Podfile?
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!
...
0
votes
1
answer
135
views
Cocoapods - Does pod install --clean-install ignore the Podfile.lock file?
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 ...
5
votes
0
answers
622
views
The archive did not include a SYM for the Razorpay.framework with UUIDs. Ensure that archive's SYM folder includes DWARF file for Razorpay.framework
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....
1
vote
1
answer
2k
views
dyld_process_snapshot_get_shared_cache failed on startup | flutter ios
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 ...
0
votes
0
answers
52
views
Starting a Swift App: Unable to do "init pod" [duplicate]
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 ...
0
votes
0
answers
83
views
Want to solve issue in making iOS build
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 ...
1
vote
2
answers
3k
views
Reciving Unable to find a specification for FBReactNativeSpec depended upon by RNReanimated in a React Native Project
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 `...
1
vote
1
answer
1k
views
Invalid `Podfile` file: unknown keyword: :privacy_file_aggregation_enabled
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: :...
1
vote
1
answer
408
views
Trying to implement stripe in Flutter/iOS and I get errors in all the generated files in Pod, So, I can't even run the app
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/...
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_$...
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.
...
0
votes
1
answer
2k
views
How to resolve Invalid 'expo-dev-launcher.podspec' file: undefined method 'add_dependency' for Pod:Module in React Native project
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 [...
1
vote
0
answers
60
views
how do i resolve this 'error running pod install'?
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 ...
0
votes
1
answer
319
views
PhaseScriptExecution [CP-User]\ Config\ codegen 'react-native-config
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 /...
0
votes
1
answer
128
views
React Native - Avoid single package installation in podfile for tv target
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": "...
0
votes
1
answer
482
views
Module not found when building flutter app for IOS
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 ...
1
vote
3
answers
1k
views
How to write "Podfile" in flutter(ios)
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
...
-1
votes
1
answer
318
views
The 'Pods-xxx' target has frameworks with conflicting names: kotlin_mpp.framework
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 ...
63
votes
8
answers
96k
views
Error installing Boost: Verification checksum was incorrect, expected
Error message:
Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff
...
5
votes
2
answers
4k
views
Flutter IOS camera permission not working for permission_handler package
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|
...
0
votes
2
answers
814
views
Error installing pods with conflicting GoogleMLKit/FaceDetection dependencies in React Native
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 ...
6
votes
2
answers
6k
views
Error installing FirebaseFirestore via CocoaPods: unexpected disconnect
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: ...
1
vote
2
answers
223
views
All pods files are not installed using 'pod install'
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:
0
votes
1
answer
3k
views
How to set minimum IPHONEOS_DEPLOYMENT_TARGET version in React Native using Expo
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 ...
0
votes
1
answer
323
views
Can't get IOS app to compile in Xcode - works fine on android emulator
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 ...
0
votes
2
answers
903
views
Cocoapods Not Updating to Latest Version of Firebase
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):
- ...
0
votes
1
answer
171
views
Flutter Podfile issue
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 ...
8
votes
3
answers
12k
views
React Native Expo set minimum iOS Deployment Target for Podfiles
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 ...
-1
votes
1
answer
215
views
Error when running pod install on Flutter App
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....
0
votes
0
answers
387
views
problem with my flutter proyect for MacOS
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 ...