All Questions
1,872 questions
0
votes
1
answer
17
views
Deployment: How to sign an iOS app on an older Mac
I recently encountered a situation where a signed mobile app on my Mac, when uploaded to App Store Connect, gave a warning about the need to build the app on iOS SDK 18.
Here is the relevant news on ...
0
votes
0
answers
36
views
flutter ios build crash
I am trying to build flutter app on iOS Simulator and get this error:
Launching lib/main.dart on iPhone 16 Pro in debug mode...
Running Xcode build...
Xcode build done. ...
0
votes
1
answer
46
views
Xcode build multiple matching destinations (xcodebuild: WARNING: Using the first of multiple matching destinations)
I am using Flutter for the first time, so the project is just the barebones template created using Flutter extension in VScode through the Palette.
Running flutter doctor -v, it seems like everything ...
-1
votes
2
answers
56
views
Duplicate plugin key: VideoThumbnailPlugin
I got this error Duplicate plugin key: VideoThumbnailPlugin when I run my app in Xcode I tried multiple ways to fix it but nothing works for me.
Also I deleted every line that contain thumbnail in ios/...
0
votes
1
answer
29
views
App subscriptions are now unresponsive after being published to App Store
My app was submitted and approved to be on the app store 2/24. Running up to this point when in my TestFlight apps were successfully being submitted perfectly fine with no sort of error. Now what I am ...
-1
votes
0
answers
53
views
InAppWebView,FindInteractionController: Ambiguous use of 'evaluate.Javascript(_:completionHandler:)' :error when running Flutter app on iOS (Xcode 16)
I'm facing an issue when trying to run my Flutter app on iOS (Xcode 16).The error, which appears in the screenshot, shows up as soon as I try to launch the app.
[![The error][1]][1]
Here are the ...
0
votes
0
answers
10
views
Unknown type name when opening Runner.xcworkspace within Xcode error
Whenever I try to build my app in Xcode, TflitePlugin has many errors such as unknown type name "TfLiteTensor" and unknown type name "TfLiteModel". I would imagine this is caused ...
1
vote
0
answers
35
views
Flutter iOS IPA contains "._Symbols" directory. How to debug build process?
I'm using flutter for iOS app development. Since today something weird happened: When I build the app with flutter build ipa I get the .ipa file but it contains a directory ._Symbols/ which is not ...
0
votes
0
answers
26
views
flutter ios emulator stuck on splash screen when logging event using firebase google analytics
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
#0 FirebaseCoreHostApi....
-1
votes
0
answers
22
views
Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-resources-Debug-Development-input-files.xcfilelist'
Recently addded flutter flavours to a mobile app to create production and development environemnts. Now when I try to do an ios build, I am getting these erros upon doing flutter run --flavor ...
0
votes
0
answers
31
views
Is there any way to export .zip file of my ios app
How to Export a .zip File for iOS App Testing on LambdaTest?
I'm testing my iOS app on LambdaTest, and I was able to upload the .ipa file directly on real devices. However, when switching to a more ...
1
vote
1
answer
133
views
Xcode workflow returning error when using Flutter command
I have created a workflow with Xcode Cloud to compile (archive) and release my app to TestFlight when a new commit is pushed on master branch.
I created the workflow on Xcode, I gave permissions to ...
0
votes
0
answers
39
views
ICMP ping on iOS works on simulator but not on real devices
So I am making an app with flutter that performs ping scanning to find devices on my local network.
I am using this package
https://pub.dev/packages/flutter_icmp_ping
I have noticed that there are ...
-3
votes
0
answers
49
views
Publishing Flutter app to App Store MacOS
I have a Flutter app that I want to publish to the App Store for MacOS, the app is already published and works fine on iOS, but when I try publishing the app using XCode I get these errors:
Validation ...
0
votes
1
answer
226
views
Exception in flutter package fl_chart: The getter 'a' isn't defined for the class 'Color'
Has anyone faced such a problem? It appears only on iOS, there are no problems with the android, everything used to work perfectly, I will be glad to have any help!
Error (Xcode): ../../../.pub-cache/...
2
votes
1
answer
134
views
Xcode 16.1: Command PhaseScriptExecution failed with a nonzero exit code
I have a flutter app that was uploaded back on 2022 and last month I had to update to Xcode 16.1 and macOS 15.2 same flutter version 3.3.2 since Apple does not want me to upload the app with my ...
0
votes
0
answers
72
views
getting this error dev.flutter.pigeon.shared_preferences_foundation.LegacyUserDefaultsApi.getAll
while trying to run my flutter app for IOS I am getting the above error.The app runs and installs but it's stuck in a white screen.
Could anyone suggest solution for this.
I am trying to run my app in ...
0
votes
1
answer
50
views
Permissions not working even though they are in info.plist for Camera & Microphone
I have a video meeting feature in my Flutter App, before users start a meeting they have to check that their Microphone and Camera permissions are enabled or they can't join the meeting.
builder:...
1
vote
0
answers
24
views
Where to find Property List and name it Runner.entitlements on xcode?
The problem is I cannot find Property List option for creating Runner.entitlements on xcode version 16.2.
Cha gpt tells me the steps like this.
Go to File > New > File.
Select Property List and ...
0
votes
0
answers
16
views
Flutter IOS flavor with Watch OS support
The problem occurs when building the iOS app using a new or custom scheme, resulting in the following error:
Copy
Launching lib/main-Box.dart on iPhone 16 in debug mode...
Xcode build done. ...
0
votes
0
answers
74
views
It appears that there was a problem signing your application prior to installation on the device
When I try to run my IOS app on a real device I got the following error even tough I can run it in the simulator. I already have a legit apple account and all signings are set and provisioning profile ...
2
votes
0
answers
113
views
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) & Framework 'Flutter' not found
I'm facing an issue while building my Flutter app for the iOS simulator. The build fails with the error:
vbnet
Copy
Edit
Error (Xcode): Framework 'Flutter' not found
Error (Xcode): Linker command ...
1
vote
1
answer
78
views
Xcode: Hide GoogleService-Info.plist when Building IPA iOS
Im new to Flutter and iOS, and Im currently building a Flutter IOS with Firebase Cloud Messaging integrated into the application. I have a GoogleService-Info.plist for two flavors (UAT and Production) ...
0
votes
1
answer
77
views
Flutter not building ios version
Every time I flutter build ios or flutter build ipa so I can deploy to app store, I get this error:
Error (Xcode): unsupported option '-G' for target 'arm64-apple-ios16.0'
Encountered error while ...
0
votes
0
answers
19
views
Flutter/Flutter.h not found while making flutter build?
i am facing flutter/flutter.h not found issue while installing or making the ios build from xcode, my Podfile is
platform :ios, '12.0'
# CocoaPods analytics sends network stats ...
1
vote
0
answers
145
views
Failed to build iOS app: "Command CompileC failed with a nonzero exit code" in Flutter
I am trying to run my Flutter app on the iOS simulator (iPhone 16 Pro), which doesn't work. I've already created a completely new project but I keep getting the following error still in this project:
...
0
votes
1
answer
44
views
How to conditionally load Frameworks based on target (device or simulator) in a CocoaPod spec?
I'm working on a CocoaPods spec file for an iOS project, and I need to include different vendored frameworks depending on whether the build is targeting a physical device or the simulator.
For example,...
1
vote
0
answers
152
views
Flutter: Error (Xcode): Undefined symbols:
Flutter: When I run the app on the iOS simulator, it gives me this error.
`Launching lib/main.dart on iPhone 15 in debug mode...
Xcode build done. 31.3s
...
1
vote
0
answers
34
views
Parse Issue (Xcode): Module 'package' not found
After the flutter update (3.27.1) I am facing IOS errors whenever trying to add new packages.
Parse Issue (Xcode): Module 'firebase_messaging' not found
/Users/bensal/AndroidStudioProjects/feedec/ios/...
0
votes
0
answers
30
views
The flutter project reported an error when running in VSCode. error: Invalid Swift parseable output message (malformed JSON): `[123, 10,
The flutter project runs fine in XCode, but an error occurs when running in VSCode.
error: Invalid Swift parseable output message (malformed JSON): `[123, 10,
[✓] Flutter (Channel stable, 3.27.1, ...
0
votes
0
answers
36
views
Flutter ShareExtension for iOS: Flutter code executes but doesn't render UI
Flutter iOS Share Extension UI Not Rendering
I’m trying to create a Share Extension in Flutter for iOS, following the official Flutter guide: Creating App Extension UIs with Flutter.
Problem
While ...
0
votes
1
answer
162
views
Flutter App Build Fails on M2 MacBook Air with Rosetta Error: "Attachment of code signature supplement failed"
I am encountering an issue when building ipa file of my Flutter App on my M2 chip MacBook Air. The app build successfully on my Mac Studio, but always fail on the laptop with the error:
error: rosetta ...
2
votes
0
answers
179
views
"Module 'audioplayers_darwin' not found in Flutter project on macOS Sequoia 15 with Xcode 16.1"
I am working on a Flutter project on macOS Sequoia 15 with Xcode 16.1, running on VMware. When trying to build the project, I encounter the following error:
Module 'audioplayers_darwin' not found
...
1
vote
0
answers
260
views
Flutter VsCode Swift Compiler Error (Xcode): ' ' is only available in iOS 13.0 or newer
I updated Flutter to 3.27 and Xcode to 16.2 and now I can't build iOS from VsCode anymore.
I get a flurry of error all saying this or that is available in iOS 13 or newer but my build target is iOS 13 ...
0
votes
0
answers
51
views
Cannot solve for Xcode being unable to find image_picker_ios in Flutter app
I have been unable to solve for this error despite following all the suggestions on other similar stackoverflow questions. I am using image_picker: ^1.1.2, iOS 13 and Xcode 16. When I try to run my ...
0
votes
0
answers
38
views
How can I test my Flutter code on an iOS emulator using Android Studio while working on a Windows machine?
In Android Studio, I am testing my Flutter code on an Android emulator, but I want to test it on iOS as well. How can I do this on a Windows machine?
If you're testing your Flutter code on an Android ...
0
votes
0
answers
45
views
Error when building with xcode on Azure Pipelines
I'm trying to implement CI/CD for my team's Flutter app, and when using Xcode@5 task to build an IOS version of the app, im getting the following output:
Starting: Xcode Build
========================...
-1
votes
1
answer
234
views
I am getting Xcode abseil undefined symbol error
Flutter iOS Build Issue: Undefined Symbols Error in Xcode
I successfully developed a Flutter app on my Windows PC, where it works perfectly on Android devices. Now, I want to run and compile the app ...
1
vote
0
answers
204
views
Load Flutter assets in iOS
I am trying to load an asset in my iOS Swift Code inside a WidgetExtension. I found this documentation but the code seems to be deprecated.
With this the project builds:
let assetPath = "assets/...
-1
votes
1
answer
37
views
Flutter/Flutter.h' file not found while building iOS in Flutter
enter image description here### Title
'Flutter/Flutter.h' file not found while building iOS in Flutter
Description
I am encountering the error 'Flutter/Flutter.h' file not found when trying to build ...
0
votes
1
answer
40
views
Why I'm getting iOS App archive wrong runner?
I am trying to build app for an update on the store, but in Xcode, instead of archiving the expected runner application, the archive is successfully created, yet it is not associated with the correct ...
0
votes
0
answers
51
views
Could not build for ios - Flutter
Getting below error while trying to build or run flutter app for iOS from Android Studio:
Failed to build iOS app Error (Xcode): Undefined symbols:
Error (Xcode): Linker command failed with exit code ...
0
votes
1
answer
171
views
Error Xcode: Build input file cannot be found GoogleService-Info.plist. Did you forget to declare this file?
I faced with the Error (Xcode): Build input file cannot be found: '../ios/Runner/GoogleService-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule ...
1
vote
0
answers
113
views
Error Integrating Flutter Crashlytics: "Runner.xcodeproj does not exist" and "Undefined symbols" in Xcode
I’m integrating Firebase Crashlytics into my Flutter project using the FlutterFire CLI. During this process, I encountered two major issues:
Pod Install Warning:
When I run pod install in the ios ...
1
vote
0
answers
20
views
Flutter app does not debugged afer dowload github
I had published my app to the AppStore and after that I bought a new macbook. And I downloaded project from github and tried to debug. But now an error occured and I'd never faced an issue like that:
...
0
votes
0
answers
7
views
Flutter mismatch error in while running a working project
Tried
flutter clean
flutter pub get
flutter pub upgrade
flutter pub outdated
Launching lib/main.dart on iPhone 15 Pro Max in debug mode...
Running Xcode build...
Xcode build done. ...
0
votes
0
answers
56
views
FrozenError in colored2 gem while running pod install in CocoaPods 1.16.2
I'm encountering a FrozenError when trying to run pod install with CocoaPods 1.16.2. The error occurs during the execution of the colored2 gem, specifically in the ascii_decorator.rb file. The error ...
0
votes
1
answer
136
views
Not able to run on the ios device flutter app
I am trying to run my flutter app on ios but I am facing some issues.
code build done. 63.3s
Failed to build iOS app
Error output from Xcode build:
↳
** ...
0
votes
0
answers
28
views
Xcode is crashing/terminating?
I would like to upload a new Flutter ios app. I bought the code from Codeanyon. I have changed the bundleId, changed app name, logo, firebase package, and some other things. Now I would like to open ...
0
votes
0
answers
37
views
Error (Xcode): unable to attach DB: error: accessing build database "/Build/Intermediates.noindex/XCBuildData/build.db"
Flutter Doctor
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.1.1 24B91 darwin-arm64, locale
tr-TR)
• Flutter version 3.24.5 on channel stable at
/opt/homebrew/Caskroom/flutter/3.24.3/flutter
• ...