Questions tagged [flutter-ios-build]

90 questions
1
vote
1 answer

Flutter build ipa not working in Firebase app distribution

I am using Firebase App distribution over a year now to deliver my Flutter app releases to my testers and it's working fine by following this process : Open XCode and make a release of the app upload the .ipa to Firebase app distribution If the…
Tom3652
  • 2,540
  • 3
  • 19
  • 45
1
vote
3 answers

No podspec found for `flutter_user_agentx` in `.symlinks/plugins/flutter_user_agentx/ios`, while running application on ios. Android is working

I am trying to run my flutter application in ios, and while pod installs I am getting an error ([!] No podspec found for flutter_user_agentx in .symlinks/plugins/flutter_user_agentx/ios). I am using a dependency named "flutter_user_agentx", On…
1
vote
0 answers

Flutter Module Embedded in native IOS displaying white screen when comes to Foreground from Background after long period of time

We are currently facing an issue with Flutter module embedding, specifically in iOS. We are embedding a flutter module into an existing native iOS application application using plugin frameworks in Xcode and Flutter framework with CocoaPods. We are…
1
vote
1 answer

fatal error: module 'audioplayers_darwin' not found

My Flutter app is working fine for Android devices and simulators and when I try "flutter run" with iOS simulator... I get the following error... Launching lib/main.dart on iPhone 14 Pro Max in debug mode... Running pod install... …
Rishigesan
  • 41
  • 4
1
vote
1 answer

Build error after adding image_picker 0.8.6 dependency in flutter ios project

After adding image_picker 0.8.6 into my pubspec.yaml file i get this error in my terminal and then it fails to run, here are images of the error and my info.plist fileBuild error 1Build error 2[info.plist file 1] info.plist 2 I edited my info.plist…
1
vote
0 answers

clang: error: no such file or directory: 'FirebaseInstallations' in Flutter IOS

I migrate my flutter app from flutter 2 to latest(3.3.8) successfully, now i am trying to run my flutter app on IOS simulator 11 pro max. Pod is installed successfully but it failed here. Here are the error messages with i try to run with…
Ahmad Raza
  • 758
  • 7
  • 26
1
vote
1 answer

Flutter: Framework not found BoringSSL-GRPC while building for IOS

I have been working on update for a Flutter app that uses Firebase Firestore, once I finished the updated and starting to build it for IOS, I got the following short error message which cause the build operation to fail: Error (Xcode): Framework not…
Moaz El-sawaf
  • 2,306
  • 1
  • 16
  • 33
1
vote
1 answer

Please help to run the build in IOS Flutter

How t build the IOS BUILD from Xcode and how to solve these issues related to ios Flutter.
1
vote
1 answer

I cannot build my ios product when I using product > archive in xcode

I cannot build my ios product when I using product > archive in xcode... I used flutter to development and I had did run flutter ios build --release. Then I go to xcode running product > archive, I get this error Showing All Issues Multiple…
Stanley
  • 311
  • 5
  • 15
1
vote
4 answers

Can I write/read data in application directory in flutter iOS?

Is there anything else on iOS like getExternalStorageDirectory() ? Is it getApplicationDocumentsDirectory() ? If so, can the user access it? The files in getApplicationDocumentsDirectory() can be shown as a list in the flutter iOS app?
Ananthu Shaji
  • 11
  • 1
  • 3
1
vote
1 answer

'frameInterval' was deprecated in iOS 10.0: preferredFramesPerSecond

I have a flutter app, a couple of weeks back I updated my Xcode version to 13.3 and now I'm facing an issue with my running flutter app while creating an Archive in xcode. Error: 'frameInterval' was deprecated in iOS 10.0:…
Jon
  • 139
  • 6
  • 19
1
vote
1 answer

Flutter iOS project is not running in Xcode, but it is working in Android Studio and giving a "module not found error"

GeneratedPluginRegistrant.m As you can see in the GeneratedPluginRegistrant.m file, I am trying to import my plugins and I tried many times to fix it using these command: main: flutter clean main: flutter pub get iOS: pod deintegrate iOS: pod…
1
vote
0 answers

flutter problem : _dependents.isempty' is not true flutter ios

when i play audio that time my song is loading that time showing error in IOS and when back from that page then i got this error "_dependents.isempty' is not true". For android its working fine. this is my card's page from here I going to details…
1
vote
0 answers

Not able to run flutter ios build in xcode on mac with m1 processor

This is the error log that I am getting. This issue is occuring when I am trying to run my ios build using xcode but it doesnt cause issue on android studio. ld: warning: ignoring file…
0
votes
0 answers

Do I need to use individual fastlane metadata files?

Do I need to supply individual metadata files if I am using Deliverfile? Can't I supply all the values found in the metadata files - can't I provide them inside the Deliverfile?
Steve Kennedy
  • 5,312
  • 3
  • 26
  • 41