Issue When I archive my iOS app in xCode for uploading to the Apple appstore it stopped gettign the right version number and build number: My pubspec.yaml has the right numbers: version: 1.0.9+11 And it looks right in xCode but
Continue readingCategory: Flutter IOS
Video not play in Flutter iOS getting error
Issue Video not play in Flutter iOS getting error Unhandled Exception: PlatformException(VideoError, Failed to load video: Operation Stopped, null, null). Working well in android. Please let me know if you have idea of this. =>Using video_player plugging =>Code link= https://drive.google.com/file/d/1amGVhtz0CrnG5ocbjWImW79-XYRlXguN/view?usp=sharing
Continue readingFlutter – Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team – select a development team
Issue Updated my xcode to 14.0. After upgrading the xcode, My Flutter project throwing the below error. select a development team in the Signing & Capabilities editor Target > Signing & Capabilities > Team also already selected Could not build
Continue readingFile downloaded from Amplify Storage is empty in iOS
Issue downloadFile seems to work fine (there is no errors) but when readAsString called content is empty. Same code works in Android. What might be the difference causing this to happen in iOS? Using getApplicationDocumentsDirectory for directory doesn’t make a
Continue readingCan't upload ipa to Testflight: Invalid Bundle
Issue I have a Flutter app and I need to publish a new release. The upload used to work with no issues with the previous version of Flutter sdk. To upload the ipa I run: xcrun altool –upload-app –type ios
Continue readingFlutter iOS Storage audio doesnt Play with audioplayer, fluttersound and just audio
Issue I am working on an app that can record voice and play from storage. I have tried all these packages and get errors only on real iOS devices. On emulator side there is no issue on ios too. I
Continue readingHow do I remove Cocoapod pods from a Flutter project?
Issue I have a Flutter app that runs fine on Android devices. It has a Firebase Firestore backend. Now, I want to build it on an iOS simulator, and so I need to initialize the Firebase iOS app. (I had
Continue readingError running flutter test iOS app without xCode
Issue I am able to run a flutter app from xCode, however when I try to run the app on its own without xcode from the homescreen, I get the following errors, any ideas would be appreciated. Thank you Error
Continue readingCan I use Transporter to upload Flutter iOS apps to App Store console?
Issue I got into mobile development through Flutter, so all my contact with native platforms and techs comes from that. So far I’ve been distributing my Flutter apps as the doc says, opening the build/ios/archive/Runner.xcarchive package with Xcode and validating/distributing
Continue readingFlutter: Error (Xcode): 'Flutter/Flutter.h' file not found when running on IOS
Issue 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
Continue reading