Questions tagged [flutter-ios-build]

90 questions
3
votes
1 answer

How we can publish flutter app on app store from windows

I Develop a flutter application, I am a Windows user. I don't have a MacBook, so is there any way to publish the flutter app on the app store using windows?
Basit Amin
  • 35
  • 3
2
votes
1 answer

Problem building flutter (3.10.5) app for IOS with XCode 14.3.1

I am having a problem that maybe someone already solved. I mostly develop using Android Studion on Windows and everything works fine. Currently I am trying to build the same project for IOS and in the past I have used cloud macOS PCs for that…
2
votes
2 answers

Parse Issue (Xcode): Module 'path_provider_ios' not found

when i am build the flutter app in xcode , i am getting error "Parse Issue (Xcode): Module 'path_provider_ios' not found" so could you please provide solution was is missing .
jaydev
  • 1,629
  • 5
  • 17
  • 31
2
votes
1 answer

flutter build ipa works locally, but not when run on github actions on the same machine

I create an empty flutter project using Flutter 3.0.0 (also tried 2.10.5). I can build it, run it on my iPhone and archive the app from the command line. When running the same commands through Github Actions Im unable to archive my app. The same…
2
votes
0 answers

Recieve firebase dynamic link suffic in onGenerateRoute in iOS flutter

Suppose I clicked on a dynamic link like this https://jackui.me/znV8 (demo dynamic for ex) then I receive /znv8 in my onGenerateRoute in the Material app and then on firebase dynamic listener I want to receive the resolved deep link in just firebase…
Lalit Rawat
  • 1,022
  • 2
  • 17
  • 39
2
votes
1 answer

Error when building Flutter v2.8.1 iOS app on M1 MacBook. : error=-402652958: Error Domain=com.apple.dtdevicekit Code=806

I am developing a Flutter v2.8.1 app on M1 MacBook. There is a problem when building with iOS. I've tried all sorts of ways for a long time, but nothing works. The same project builds fine on Intel MacBook. I also ran the command below. > sudo gem…
Raymond
  • 473
  • 3
  • 18
2
votes
1 answer

flutter: "fatal error: module 'location' not found" Xcode cannot found modules

I tried using the geolocator to get the current position, but Xcode (on M1 Mac/ arm64 ) was unable to detect the module. After some research, I simply changed the plugin and integrated the recommended pub locator. After that, however, the same error…
Mike Keller
  • 65
  • 1
  • 7
2
votes
2 answers

flutter IOS: got throwToolExit error when running on simulator

I am trying run my application on IOS simulator, After pod install and run application I got this error: [+2469 ms] Could not build the application for the simulator. [ +2 ms] Error launching application on iPhone 11 Pro. [ +3 ms] "flutter run"…
Cyrus the Great
  • 5,145
  • 5
  • 68
  • 149
2
votes
0 answers

Flutter/Flutter.h' file not found when building for ios

i have been having this problem for the last 2 days and tried everything i found online to solve it and so far nothing worked for me, i'm really at a loss here and would appreciate help error : Launching lib/main.dart on iPhone 13 in debug…
ahmed aly
  • 41
  • 2
2
votes
1 answer

flutter: Exception : SocketException: Connection failed only on iOS Simulator

I am getting the following error when I try to invoke a REST API with dart HTTP module, this happens only on iOS Simulator, tried running the same code on an iOS Device and Android Emulator, working fine on both of them. This is what I am getting…
2
votes
1 answer

Flutter iOS physical device error: Command PhaseScriptExecution failed with a nonzero exit code

I have created a new flutter project on Android studio. When I try to run it on emulator it works fine, but when I run it on my iphone it gives this error: Command PhaseScriptExecution failed with a nonzero exit code When I check the "For install…
nonabhai
  • 110
  • 1
  • 8
1
vote
1 answer

Firebase Analytics on Xcode got error FIRAnalytics and FIRConsent undeclared identifier

I was working an app on flutter and got error when I tried to build my app on xcode. I got error like this : Here's the most error I get Use of undeclared identifier 'FIRAnalytics' And here is the technology I used : I don't know what should I…
1
vote
2 answers

Swift Compiler Error when build ios app on Xcode

Firstly, I was using xcode version 13.2.1 and I have a problem when trying to build my ios App in terminal / xcode, here is the error response…
1
vote
0 answers

Flutter XCode build module 'flutter_ffmpeg' not found

I'm facing an error in my flutter project during XCode's build. Build is working fine in android's case and when I run following command flutter build ios --release --no-codesign If I remove --no-codesign, I get following error Error (Xcode):…
1
vote
0 answers

Could not find a subcommand named "ios" for "flutter build" error

I want to export my app to an ios device.However when I use flutter build ios this error happens. Could not find a subcommand named "ios" for "flutter build". Run 'flutter -h' (or 'flutter -h') for available flutter commands and options. and…