101 questions
1
vote
1
answer
71
views
How to analyze Flutter iOS app size and see which plugins/assets take the most space?
I want to analyze my Flutter app size for iOS and find out:
Which pub.dev plugins are taking how much space.
How much space my assets contribute.
The size from my own Dart code (lib/) and native ios/ ...
0
votes
0
answers
27
views
Adding firestore to flutter app then my ios simulator not work
after i add the package cloud_firestore: ^5.5.1 then i try to run my flutter app on my ios Simulator 18.2 but then take long time and my mac get more warm and then i get long error here small part ...
0
votes
0
answers
94
views
Build app by multiple environments in Flutter using Android Studio/Xcode
I need to run my Flutter app in multiple backend environments. For instance
DEV environment -> my backend url is https://dev.com
PRO environment -> https://pro.com.
I use Android Studio/Xcode ...
31
votes
11
answers
55k
views
The archive did not include a dSYM for the Flutter.framework with the UUIDs
I'm new to Flutter iOS development. Trying to publish an app on the Apple app store. But after building the archive, when I try to distribute or validate the app, Xcode keeps me showing
The archive ...
-1
votes
1
answer
163
views
My Flutter IOS App Have Connection Problem
My Flutter IOS App Have Connection Problem
Hello I have created new flutter app and it works fine in android but on IOS internet working fine in simulator but in release inter net not working
I need ...
2
votes
4
answers
1k
views
flutter: Module 'path_provider_foundation' not found
Hello I am trying to run my flutter project, but I am getting the following error:
Parse Issue (Xcode): Module 'path_provider_foundation' not found
/Users/juliapak/Desktop/app_projects/testerapp/ios/...
0
votes
2
answers
315
views
Flutter IOS Build: PhaseScriptExecution Thin\ Binary Build Command Failing
I have a flutter app that I'm porting to ios. After running flutter build ios -v, the process succesfully sets up, installs dependencies, and compiles, but something goes wrong during the build phases....
2
votes
0
answers
157
views
Flutter for IOS Error: Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
I am developing a flutter app using these modules:
font_awesome_flutter
google_maps_flutter
http
flutter_typeahead
google_maps_flutter_web
permission_handler
google_sign_in
flutter_stripe
...
1
vote
0
answers
510
views
Flutter: Unable to install Runner.app on iPhone Simulator - Error 149
I encountered an error while trying to run my Flutter application on the iPhone Simulator. Here's the error message:
Unable to install /Users/enkh-amgalan/Desktop/lesson/mobile/week-1/add_sub_app/...
1
vote
1
answer
350
views
How to navigate from native iOS Widget to specific screen in Flutter app
So Im building a flutter app, where I want iOS Widgets.
For that I built a simple Widget with WidgetKit in Swift
import WidgetKit
import SwiftUI
struct MediumWorkout: View {
var entry: ...
2
votes
1
answer
1k
views
Flutter - CodeMagic - Shorebird - iOS Build Problem
I want to release my ios app with shorebird codemagic action. But I got an error on Step Name => 🙌 Shorebird Build.
Previously, I could get release without using shorebird.
Error=>
[WARN] ...
0
votes
1
answer
495
views
Flutter - ios not running in flutter
My flutter code is not running in iOS Simulator but its running in android. I tried Pod deintegrate and pod install but noting works.
https://i.sstatic.net/mWGWs.png
pubspec.yaml file
name: ...
0
votes
1
answer
723
views
Flutter app not build on IOS due to Cocoapods is not installed
System: Apple Macbook pro 14 Inch
Processor: M1 chip
IDE- Android Studio Giraffe,
Issue -
Warning: CocoaPods not installed. Skipping pod install.CocoaPods is used to retrieve the iOS and macOS ...
1
vote
2
answers
1k
views
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 :
/Users/user/.pubcache/hosted/pub.dev/...
0
votes
1
answer
2k
views
ARC Semantic Issue (Xcode) for Flutter Webview
I am using a Flutter package named webview_flutter (4.2.0), and facing an error when I try to run my application on iOS device, there is an error message saying that
ARC Semantic Issue (Xcode): No ...
-1
votes
1
answer
260
views
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 ...
0
votes
1
answer
371
views
Flutter Build iOS Error 'FirebaseCore/FirebaseCore.h' file not found
Cannot build project on iPhone 11 and above but archive and used in iPhone X. This is the error is I'm facing...
'FirebaseCore/FirebaseCore.h' file not found
Also on top of it.
Inside AppDelegate....
71
votes
20
answers
59k
views
Missing file `libarclite_iphoneos.a` in Xcode 14.3 after update flutter and Xcode
I have flutter project, I'm trying to run the iOS version but I get error after I update flutter and Xcode to the latest version, I use firebase core plugin
error:
Could not build the precompiled ...
0
votes
1
answer
427
views
Unable to build flutter IOS
Swift Compiler Error (Xcode): Unknown type name 'CGSize'; did you mean 'Size'?
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-AssetLibrary/...
4
votes
1
answer
3k
views
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 ...
3
votes
0
answers
730
views
Building a Flutter release build for iOS or Android results in an Out of memory error. Exhausted heap space
I've built several release builds in the past but suddenly my release builds are no longer working. My debug builds are working fine. I can not determine what has changed since the last time I ...
1
vote
2
answers
2k
views
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 ...
0
votes
1
answer
241
views
Flutter iOS build warnings
When I try to archive my flutter product for release I am getting lot of warnings as shown below.
Minimum deployment iOS version: 12
Xcode version: 14.2
My POD file for installation as below:
...
2
votes
0
answers
5k
views
What does 'Bad File descriptor' mean for Flutter ios?
I keep getting 'Bad file descriptor' errors for Flutter on iOS production builds. According to Sentry, they come from the post request I am sending to the backend.
Code of post function:
...
1
vote
1
answer
2k
views
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 ...