Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
71 views

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/ ...
Snehil Tejani's user avatar
0 votes
0 answers
27 views

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 ...
Mohammad's user avatar
0 votes
0 answers
94 views

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 ...
Thái Quốc Toàn's user avatar
31 votes
11 answers
55k views

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 ...
Sharif Ahamed's user avatar
-1 votes
1 answer
163 views

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 ...
Mr FoX's user avatar
  • 1
2 votes
4 answers
1k views

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/...
Julia Pak's user avatar
  • 762
0 votes
2 answers
315 views

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....
liamhp's user avatar
  • 261
2 votes
0 answers
157 views

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 ...
oseiGyapong's user avatar
1 vote
0 answers
510 views

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/...
Enkhee's user avatar
  • 11
1 vote
1 answer
350 views

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: ...
Nikita's user avatar
  • 775
2 votes
1 answer
1k views

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] ...
Muhammed Furkan Yüceal's user avatar
0 votes
1 answer
495 views

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: ...
Kishore S's user avatar
0 votes
1 answer
723 views

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 ...
Harshal Chaudhari's user avatar
1 vote
2 answers
1k views

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/...
Dimas Satrya's user avatar
0 votes
1 answer
2k views

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 ...
KeroJohn97's user avatar
-1 votes
1 answer
260 views

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 ...
Ahmed Ali's user avatar
0 votes
1 answer
371 views

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....
Taimoor Sikander's user avatar
71 votes
20 answers
59k views

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 ...
Eel's user avatar
  • 1,469
0 votes
1 answer
427 views

Swift Compiler Error (Xcode): Unknown type name 'CGSize'; did you mean 'Size'? /Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-AssetLibrary/...
Patil Kalpesh 4242's user avatar
4 votes
1 answer
3k views

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 ...
Tom3652's user avatar
  • 2,975
3 votes
0 answers
730 views

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 ...
Aly Ibrahim's user avatar
1 vote
2 answers
2k views

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 ...
NoOB's user avatar
  • 11
0 votes
1 answer
241 views

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: ...
fazilSizzlers's user avatar
2 votes
0 answers
5k views

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: ...
Abdelrahman's user avatar
1 vote
1 answer
2k views

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 ...
Rishigesan's user avatar