Questions tagged [flutter-ios]

356 questions
3
votes
1 answer

Flutter Ios prevent screenshot

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 the user takes a screenshot, but the interface…
3
votes
4 answers

Flutter iOS - Not asking for Camera permission

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 does not ask for any permissions to access the…
T J
  • 659
  • 1
  • 8
  • 18
3
votes
0 answers

How I can fix libobjc.A.dylib is being read from process memory. in Flutter ios

I got this error and my app show white screen for about 30sec before it work I'm trying to run my ios app in flutter
3
votes
2 answers

FlutterFire iOS Google Sign In not working, Platform Exception

I've been very successful in not getting iOS Google Sign In to work. No problem with Android. I got iOS and Android to work once together but I don't know how. I've failed five times after that, starting from scratch. I'm able to click the Sign in…
3
votes
2 answers

How to fix "Concurrency is only available in iOS 15.0.0 or newer" error Flutter

I recently updated my Flutter SDK to 3.0.4, and my project would no longer build when trying to launch on the iOS Simulator. I got the following errors and implemented the solutions below each error: The iOS Simulator deployment target…
Marvioso
  • 359
  • 6
  • 15
3
votes
2 answers

Flutter / iOS : Could not determine bundle id

In my Flutter project, I try to compile and run my app. It works fine on Android but for some reason, out of nowhere, I now have the following error when I run my app on iOS: 2022-06-11 16:21:02.274 ios-deploy[42320:338779] [ !! ] [ ERROR] Could not…
matteoh
  • 2,810
  • 2
  • 29
  • 54
3
votes
0 answers

How to implement Certificate Transparency for Flutter

I want to implement Certificate Transparency for Flutter on both iOS and Android but without success, can anyone help me with a Flutter example? I could not find any article or package on https://pub.dev/ Thanks in advance!
3
votes
3 answers

Flutter iOS Build Error - framework image_picker not found

I have added v0.8.5 of image_picker library in my project. I have tried following things to solve the issue: Deleted podfile.lock & Pods folder from iOS Directory Deleted pubspec.lock file from Project Directory pod deintegrate flutter clean flutter…
3
votes
0 answers

Flutter: flutter_inappwebview listener (onLoadHttpError) Not Working in Ios

I made a webview app using the flutter_inappwebview plugin that loads a particular site. Now, whenever there's no internet, I want to show a custom error.html file onscreen that is added in the assets folder. All this works perfectly in android but…
3
votes
2 answers

Permission denied for gem install

No matter what I do, flutter doctor always returns: [!] Xcode - develop for iOS and macOS (Xcode 13.3) • Xcode at /Volumes/ssd/Applications/Xcode.app/Contents/Developer ✗ CocoaPods not installed. CocoaPods is used to retrieve the iOS and macOS…
Omkar Bojjawar
  • 101
  • 1
  • 5
3
votes
2 answers

Flutter iOS build : 'GeneratedPluginRegistrant.h' file not found

I'm trying to do an iOS build of my flutter app. It was originally developed as a web app, and that and the Android version build just fine. I've needed to init the Podfile, and also add some variable to fix a "Sandbox is not in sync" issue. Now I…
Turkey
  • 346
  • 4
  • 16
3
votes
1 answer

error when run flutter app on IOS simulator

I create an application using flutter but I am facing an issue when trying to run it IOS simulator I am getting the following error Error (Xcode): In…
Mokhtar Ghaleb
  • 423
  • 13
  • 26
3
votes
0 answers

Multiple entry points in flutter(flavors for android & iOS)?

I have created new flavors (schemes) prod and dev. I have 2 main entry points in my flutter app. I want to change the entry point according to the selected scheme/flavor i.e. in the prod scheme main file would be main_prod.dart and for dev, it would…
3
votes
0 answers

how to fix flutter xcode ios EXC_CRASH (SIGABRT) exception issue

in flutter when i try to run my ios app in release mode,its crashing,but this app is runnung in debug mode successfully,after uploading to testflight and then installing on my iphone ,it automatically crashing and showing this exception EXC_CRASH…
3
votes
2 answers

Flutter iOS app don't run for xcode simulator -how fix it?

I have flutter's app for iOS. It is working on device. but I cant run this on simulator. I have this error: /Users/admin/StudioProjects/Cvetovik_app/ios/Runner/GeneratedPluginRegistrant.m:12:9: Module 'audio_session' not found But I don't use this…
FetFrumos
  • 5,388
  • 8
  • 60
  • 98