Questions tagged [flutter-ios-build]
90 questions
0
votes
1 answer
Flutter iOS build failure in Xcode
I am using a mac to build the Flutter app using the real device iPhone X (14.7), In android studio application build in iOS but the same application field is in Xcode. I get this build error and can't figure out why it won't go away. I am missing a…

Gaurav Patil
- 39
- 3
0
votes
1 answer
Flutter simulator 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 gives this error:
PhaseScriptExecution failed with a nonzero exit code
When I check the "For install builds only" checkbox in the Target>Build Phases>Run…

akshaya M
- 11
- 1
0
votes
1 answer
Flutter iOS build errors with flutter_blue
have had problems with flutter builds on ios for a few days. I created a bluetooth app with the flutter_blue lib. If I want to run this, I get the following stacktrace. Have the settings iOS Deployment Target correctly set. Reinstall Pods and…

FlutterKid87
- 24
- 1
0
votes
1 answer
XCode keep search for flutter windows path
I try to build IOS version to my flutter app
I'm using virtual box with macOC catalina
after edit flutter & app path in XCode like:
when I start to build app archive, XCode show this code
That mean its still looking for flutter windows path…

Slackgate
- 15
- 5
0
votes
0 answers
Could not build the application for the simulator Flutter IOS
I have this problem when i update my mac os to Big Sur and Xcode. My flutter V is 1.22.5. application is working fine in android this problem in IOS side. I search over the internet and i try all solution but still not working.
i tried removing…

prg.dev
- 141
- 1
- 3
- 16
0
votes
1 answer
App closes on startup on Flutter (iOS) with Firebase with out giving any error
The application is working fine on android, however, when I am opening the application on iOS, it crashes instantly without giving any error.

Maaz Aftab
- 238
- 2
- 9
0
votes
2 answers
Flutter app size huge, how to reduce for ios
#issue: ios app size going big.
We build An app For ios and android with flutter. For android this app size left 32 MB but when we upload the same app to appstore its size increased to 80 MB. Why? Can i get any idea?

Nurullah Sadekin
- 92
- 1
- 11
0
votes
0 answers
unable to resolve product type 'com.apple.pages.product-type.application' for platform 'iphoneos'
I want to create flutter app for
iphone and Android.
In Android project working fine.
but i check project in xcode get this error please help.
unable to resolve product type 'com.apple.pages.product-type.application' for platform 'iphoneos'

Keval Patel
- 163
- 1
- 1
- 8
0
votes
0 answers
Ios build failed for flutter project
firebase_core: "^0.7.0"
firebase_auth: ^0.20.0+1
cloud_firestore: ^0.16.0
firebase_storage: ^7.0.0
firebase_analytics: ^7.0.1
[✓] Flutter (Channel stable, 2.0.0, on Mac OS X 10.15.4 19E266 darwin-x64, locale en-IN)
• Flutter version…

Midhilaj
- 4,905
- 9
- 45
- 88
0
votes
1 answer
Here SDK Not Found on Flutter iOS
We are attempting our first build on iOS using the Here Flutter SDK. It appears that we followed the instructions, yet we receive a "here sdk not found" message. Perhaps the documentation is not complete or there is a missing pre-requisite? We…
0
votes
4 answers
Flutter Navigator.of(context).pop() in showDialog, close full app in ios
i have a problem in the ios version of my app, this is the code.
void showErrorAlert(BuildContext context, String msj) {
showDialog(
context: context,
builder: (context) {
return AlertDialog(
title: Text('Error'),
…

A. Gabriel Cavazos Martinez
- 23
- 1
- 4
-1
votes
0 answers
Codemagic iOS Code signing - Unable to load bundle identifier
I have no mac device to do the job so I'm trying to generate my IPA file from codemagic.io .
I have configured Codemagic with an App Store Connect Key and facing this problem
How can I solve the problem?
Unable to load bundle identifiers
Thanks for…
-1
votes
1 answer
flutter ios build error on code magic mac m1
I am getting this weird error about the file name that is being created when I try to build ios app with the release flag ,I have no idea where this error is originating but I think there is something in the file…

Ahmed Ali
- 33
- 4
-1
votes
1 answer
Flutter does not build the project on real iOS device: PhaseScriptExecution
When I want to run my flutter application on the real iOS device, I get this error. I know, 2 weeks ago it worked nicely, but in this 2 weeks I developed lots of feature, and lastly permission handler future, and now I can not run the project on my…

alperefesahin
- 604
- 6
- 22
-2
votes
0 answers
My app is freezing when I launch it on a real iPad - Flutter
Every time I launch my app using xCode on a real iPad device it freezes in the first page and I got an error in the xCode.
This is the error:
and this is how it freezes:

Mohammad Al-Zoubi
- 19
- 3