Questions tagged [flutter-ios-build]

90 questions
0
votes
1 answer

Flutter ipad apps

Do Flutter apps that work well on Ios phones automatically work well on iPads? I don't care about the styles & layout (that is taken care of), but more in terms of OS specifics.
May
  • 93
  • 7
0
votes
0 answers

First integration_test build timeouts

Is there a way to 'precache' or run Xcode build as a separate task before running tests? The first build takes significantly longer than the other resulting in pipeline timeout. I've run flutter test integration_test on local machine after already…
0
votes
0 answers

Adding an API key for an iOS app objective-c

Please how do I add an API key for an iOS app objective-c when developing with flutter #import "GeneratedPluginRegistrant.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application …
0
votes
0 answers

Flutter project implement flavour i am not able to install pod in iOS side

i am multiple flavour implement in flutter project but flutter SDK update i am not able to install pod..its showing error i have also delete podfile & podfile.lock & regenerate the podfile but same error show Invalid plugin specification:…
0
votes
0 answers

flutter) My iOS target version does not follow the Podfile

In the Podfile of the project/ios folder, platform :ios,'13.0' was specified. But when I run xcode and check the deployment target, it is 11. Why doesn't the deployment target follow the version specified in the Podfile? There is no other code that…
Queen Ellery
  • 481
  • 1
  • 6
  • 11
0
votes
0 answers

Command PhaseScriptExecution failed with a nonzero exit code. During build Flutter Project in Xcode 13.4

I have tried almost all command to flutter clean, flutter pub get and i have also tried to degrade flutter version but did not worked. I have tried almost all stack solution but i am unable to resolve this, is any one please look up it and please…
0
votes
5 answers

Flutter: CocoaPods could not find compatible versions for pod "Firebase"

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 error message which cause the build operation to fail: [!] CocoaPods could not find…
Moaz El-sawaf
  • 2,306
  • 1
  • 16
  • 33
0
votes
2 answers

Flutter: Error (Xcode): 'Flutter/Flutter.h' file not found when running on IOS

my project a few days ago was running fine but today when i ran it, an error occurred First I run the project normally, then I get an error message Command PhaseScriptExecution failed with a nonzero exit code like this enter image description here i…
Quang Anh
  • 71
  • 7
0
votes
0 answers

fatal error: 'Flutter/Flutter.h' file not found in flutter BUT not when building IPA

I have a flutter project that I can build IPA (flutter build ipa). However, I could never build using flutter build ios or flutter run. (running from Android Studio or Xcode resulted in the same error) It always gave out the following…
thammaknot
  • 63
  • 7
0
votes
0 answers

Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7 days

I used the project on a personal ApplelId. Now I need to change it to the company app. If I change the AppleId of project in XCode, it gives the following error: "Your maximum App ID limit has been reached. You may create up to 10 App IDs every 7…
0
votes
2 answers

Can we build iOS apps on Windows using flutter?

Can we build iOS apps on Windows using flutter? If we use iPhone and connect it with windows using the cable and run a flutter app then will it work, then can we test the application on the iphone?
0
votes
1 answer

Crashing when asking audio permission in iPhone 6s, iPhone 8 plus and iPhone XR

In iPhone 6s, iPhone 8 plus and iPhone XR with iOS 14.8.1 and 15.3.1, app is crashing when click on audio button. At this time it is asking permission. I followed same as documentation and working well in remaining iOS and Android devices. Crashing…
MaheshPeri19
  • 362
  • 6
  • 12
0
votes
1 answer

flutter app name mismatch with ios bundle name

i am trying to set my app name as "Name Example" but it shown like "NameExample" and remove the white spaces
0
votes
1 answer

How to build an ipa without any intention of releasing to the app store?

I want to create an app which can be put on a website for users to be downloaded and not to be downloaded from the play store or from the app store, like the way Dream11 does it. I have created an app that works perfectly in the debug mode in both…
0
votes
0 answers

Flutter IOS Build script fails when using specifying the flutter path

My apologies if the title of the question isn't clear enough, here is a better explanation of the problem I am facing, so I am trying to write a shell script to run on app center to deploy my application for tests/production. the script is as…
MoTahir
  • 863
  • 7
  • 22