All Questions
Tagged with flutter-dependencies xcode
53 questions
0
votes
0
answers
647
views
Swift Compiler Error (Xcode) on VScode flutter project with IOS simulator
I'm new to flutter and I've been working on this side project for awhile. I switched over the project from my linux laptop over to a mac and I'm having trouble trying to launch the app to the ios ...
0
votes
1
answer
169
views
Flutter app iOS red screen error Stack Overflow
I can run my app on android simulator and phisical device too well, I can generate apk as well but when I try to run my app on iOS I get error after Catcher2 in my main.dart
void main() async {
...
0
votes
0
answers
19
views
Xcode Error When Attempting to Release iOS App Build for Flutter Project - How to Resolve?
I'm working on releasing an iOS app build for my Flutter project, but I keep encountering an error in Xcode during the process. Here are the steps I've already tried:
Uninstalled and reinstalled ...
0
votes
0
answers
151
views
I can't run my flutter project when I try to integrate with firebase on MacBook with Xcode
I'm using Mac and I can't run my flutter project if try integrate with firebase.
I can run the first flutter project easily with the Xcode simulator(iPhone 15), but when configure the firebase to my ...
0
votes
0
answers
76
views
[Flutter]Error (Xcode): Multiple commands produce '{FilePath}/Runner.app/Frameworks/libavcodec.framework'
Issue
I did Flutter run , then I get this error message.
I did a lot of research. But no one had the same symptoms as me.
I have rewritten the podfile, flutter clean, pod update, etc., but I still get ...
0
votes
0
answers
53
views
xcode could not find any of my flutter package path or file
I am running into an issue while trying to build for iOS, at first it was
no such file or directory: 'firebase_core'.
After removing firebase from my project and trying to build again, the same ...
1
vote
0
answers
110
views
"Device detection issue with iPad Pro 13 inch (M4) using device_info_plus package in Flutter"
I use the Below dependency in my Flutter project to find if it is iPhone, iPad or Android device. This will perfectly work until the new XCODE update which has iPad simulators with M2 and M4 Chip.
...
0
votes
1
answer
474
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
1
answer
145
views
Razorpay payment screen shown with white borders
I have added razorpay package and it was displaying in full screen. After that i added, firebase auth, google sign in, facebook signin. Post these updates the razor pay payment screen is shrunk to the ...
0
votes
0
answers
741
views
Failed to build iOS app Swift Compiler Error (Xcode): No such module 'flutter_callkit_incoming'
I am trying to run my flutter app for iOS part but there is a problem in the "flutter_callkit_incoming" module
the terminal error when run:
flutter build ipa --release --export-options-plist ...
0
votes
2
answers
1k
views
Getting a 'module flutter_native_splash' not found error while I see it in pubspec?
Getting a 'module flutter_native_splash' not found error in Xcode when I try to build and run the code, while I see it in the pubspec file. I have installed it, created it again, I see the assets but ...
1
vote
0
answers
98
views
The operation couldn’t be completed. (XCServices.APIClientError error 1.)
Hello flutter developers, I'm encountering this issue in (xcode), when I perform (product - archive - distribute), that error happens, do you have any idea what's going on??
1
vote
0
answers
260
views
unable to install pod while using latest version of flutter 3.10.6
Even i'm using latest package and latest flutter version still it show this same error even i clean and run the project again
The error occurs due to a version mismatch in Firebase SDK components. The ...
0
votes
1
answer
440
views
I am unable to get a list of bluetooth printers in iOS in flutter application
I am unable to get a list of bluetooth printers in iOS in flutter application.
The application is running perfect in android and I am also able to print from android device.
I am using a package ...
1
vote
0
answers
410
views
Error while trying run flutter at xcode for the first time
I'm trying to run my flutter app for the first time in xcode in M1 mac and there are issues that i can't resolve.
Issues:
https://i.sstatic.net/9EYvZ.png
My app works normally in androidStudio, ...