flutter-ios Questions

3

Solved

GoogleService-Info.plist file is added via Add Files to "Runner" option. So, it is in the Runner directory. I had already checked lots of stack overflow answer but unable to figure out t...
Bowe asked 8/7, 2020 at 4:42

9

Everything was working fine before but now firebase can't seem to create a new token. I'm trying to call await FirebaseMessaging.instance.getToken(); but getting this error FLTFirebaseMessaging: A...
Stutsman asked 27/10, 2021 at 8:54

3

Solved

Updated context: When I tried to run flutter project, but I got the this error Error: To set up CocoaPods for ARM macOS, run: arch -x86_64 sudo gem install ffi I'd run arch -x86_64 sudo gem install...
Litmus asked 28/5, 2022 at 11:54

4

Solved

I have been trying to run my Flutter code on IOS device. However I am getting some errors regarding non-modular headers inside Framework module. Logs: While building module 'firebase_core' imported...
Alyciaalyda asked 11/2, 2021 at 3:50

11

How can solve this issues? Error (Xcode): Framework not found Flutter I tried to more methods, tried to delete ios then pod install... tried to flutter clean... tried to create new project etc. but...
Ancier asked 17/5, 2022 at 0:48

4

Solved

I'm trying to create a Flutter Plugin to use a native library. This library I'm trying to use is stored in a private repository and can be used with Swift Dependency Manager. This is causing me a h...
Riband asked 16/9, 2021 at 20:11

37

Solved

I don't know why but I can't build or run the App in my new Macbook, I run the same folder on another Mac or my windows computer and runs perfectly. here when I run flutter clean, I have to run pub...
Yearly asked 23/11, 2020 at 17:31

2

Solved

I'm blocking screenshots and video records for ios in my app. But when I installed the latest update ios rejected it. We noticed that your app shows a custom screenshot-initiated interface when th...
Literal asked 20/1, 2023 at 7:35

14

Solved

I am new to flutter programming and I've created a demo app, its running fine on both android and iOS devices. I want to see .apk and .ipa file in flutter. Can anyone help me to get these files fro...
Blastema asked 1/6, 2018 at 14:29

7

When I add new plugin in Flutter, I get this error in my runner xcode: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation and I have already...
Findley asked 3/8, 2020 at 9:29

2

I've seen this question asked a lot, but none of the solutions I've found have worked for me. As of this week I started getting errors like: url_launcher-5.7.10/ios/Classes/FLTURLLauncherPlugin.h:5...
Azedarach asked 30/1, 2021 at 15:17

8

Solved

Flutter iOS build fails after upgrading to Xcode 10.0 version in mac. Nagendras-MacBook-Pro:uaenumber nagendra$ flutter run Launching lib/main.dart on iPhone X in debug mode... Starting Xcode build...
Dogtired asked 19/9, 2018 at 5:12

7

Solved

I'm working on iPhone 12 Pro Max Emulator, macOS Catalina. I'm getting this error when I try to run the app: [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: [core/not-initialized] Firebase h...
Alderson asked 7/1, 2022 at 22:9

2

Hello i have an issue in flutter IOS notification , when app is on background or kill state notification is showing only when we click to open the app otherWise notification is not showing in IOS d...
Suki asked 14/7, 2022 at 11:3

7

Solved

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 y...
Haines asked 17/2, 2022 at 8:46

2

I wrote flutter application, I opened ios section by xcode and the application is running , but when I run application by vscode by flutter build ios I got this error: Automatically signing iOS for...
Brottman asked 27/8, 2021 at 10:54

4

Implemented the example from the camera package here: https://pub.dev/packages/camera/example While testing on the physical device (running iOS 16), the app builds and runs fine, however the phone ...
Daiquiri asked 1/12, 2022 at 10:25

3

Solved

I cannot get CustomScrollView to work properly. Before flutter 2.13.0-0.2.pre, tapping on a TextFields inside a CustomScrollView automatically adjusts the TextField above the keyboard as it opens. ...

2

I am trying to build an IOS flutter project but it is keep complaining about the compatible versions for pod. I have already tried many threads since last two days but not able to resolve the issue...
Prodrome asked 20/9, 2021 at 3:37

7

Launching lib/main.dart on iPhone 12 Pro Max in debug mode... Running pod install... CocoaPods' output: ↳ CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking i...

3

Solved

It was working project on android but when I try to build on iOS I couldn't do it, please share me with knowledge if face with this issue too. Sorry for my broken English. Here's log file: Flutte...
Heiser asked 30/5, 2020 at 5:11

4

I Am making an app which has push notification Property app is working when we hit notification on the foreground , but when app is on background my _backgroundHandler() method is not invoking, its...
Grotesquery asked 6/7, 2022 at 10:53

5

Solved

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 & Capab...
Decelerate asked 14/9, 2022 at 11:22

0

I am using video_player package to play videos from network in flutter. It works fine in android, but fails to load in ios. Flutter 3.3.3 video_player: ^2.4.7 PS: Server call is https, Issue is h...
Aldin asked 14/10, 2022 at 5:3

3

When i try to build Flutter project to IOS it show me this error, I have tried to clean and also tried to change the directory of the project. Launching lib/main.dart on iPhone 12 Pro Max in debug ...
Motte asked 21/12, 2020 at 5:2

© 2022 - 2024 — McMap. All rights reserved.