Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
2 answers
526 views

Firebase notification not receiving in background for iOS 17 in flutter

Flutter, Having some issues in Firebase notification receiving in iOS 17 versions. While the app is opened Notification is received properly. But when I put the app in the background or terminate it ...
Logamuhilan Mobitech's user avatar
2 votes
1 answer
562 views

Flutter / XCode: Application is shut down immediately after Building and lost connection to debugger "Lost connection to the debugger on ".." iOS 17.3

After upgrading my iPhone to iOS 17.3 I have the problem that I can't build my app normally on my device again. The app is made with flutter It shout down immediately and XCode give me the message &...
Imit's user avatar
  • 98
16 votes
2 answers
4k views

Flutter not reading device Developer Mode Setting

I just upgrade to Flutter 3.16.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision b0366e0a3f (7 days ago) • 2023-12-05 19:46:39 -0800 Engine • revision 54a7145303 Tools • ...
S. Yacko's user avatar
  • 576
0 votes
0 answers
47 views

just_audio seamless looping broken / clipping on iOS 17 flutter

we are using just_audio to handle the audio of our flutter app. On devices running iOS 17+ the seamless looping does not work as intended, instead there is a jarring clipping noise between each loop. ...
Declan Shine's user avatar
1 vote
1 answer
602 views

Flutter IOS - device not supported on Iphone 15 / IOS 17

I am developing an application with flutter and when my client tries to install it on Iphone 15 / IOS 17, he cannot do it with the error "Device not supported". Device not supported error ...
Andriantseheno's user avatar
1 vote
2 answers
536 views

Xcode didn't launch the right application

I've upgraded my system to use Xcode 15 and iOS 17. Since this upgrade i discover a weird behavior on one of my project and not the others. flutter run -t lib/entrypoints/generations/main.dart --...
Eng's user avatar
  • 1,734
0 votes
0 answers
97 views

ios 17 flutter page display white screen

Our ios project integrates flutter with pod. In ios17, when entering flutter page, the white screen is displayed, the content is not rendered, and it can be displayed normally on systems below ios17. ...
Belin's user avatar
  • 1
0 votes
2 answers
687 views

App crashes when using Image Picker in iOS 17

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString containsObject:]: unrecognized selector sent to instance 0x9adf0f1f19a13e73' *** First ...
haya hazaimeh's user avatar
2 votes
2 answers
2k views

flutter app crashes on startup after upgrading xCode to the latest version and updating to iOS 17

The iOS version of my flutter app was working fine until I updated xCode to the latest version and updated my iPhone to iOS 17. now it's working fine on my iPhone. But when I submit the app to App ...
Hamza Mihfad's user avatar
2 votes
2 answers
2k views

Could not run build/ios/iphoneos/Runner.app on <iphonedevice>

Error Messange: Could not run build/ios/iphoneos/Runner.app on <iphonedevice>. Try launching Xcode and selecting "Product > Run" to fix the problem: open ios/Runner.xcworkspace ...
Daviswww's user avatar
  • 431
1 vote
1 answer
250 views

Flutter with watchOS companion app error in Xcode15

I created flutter app and attached watchOS app. After some settings, I got the error as follows in both Xcode and Android studio run tab. How can I resolve this error? Could not build the precompiled ...
MoonTaeTae's user avatar
3 votes
3 answers
5k views

Could not run build/ios/iphoneos/Runner.app on 00001910-00081XXXX19A201E. Try launching Xcode and selecting "Product > Run" to fix the problem:

When im trying to run flutter project from vsCode onto my iPhone, suddenly this error started appearing : Could not run build/ios/iphoneos/Runner.app on 00001910-00081XXXX19A201E. Try launching Xcode ...
imASR's user avatar
  • 67
16 votes
2 answers
11k views

type argument ‘nw_proxy_config_t‘ is neither an Objective-C object nor a block type

Cannot build on latest Xcode 15 Stable, iOS 17 stable Related to https://github.com/pichillilorenzo/flutter_inappwebview/issues/1735 flutter run Could not build the precompiled application for the ...
Antonio Cardenas's user avatar
0 votes
2 answers
2k views

Runner crashing on iOS 17 or XCode 15

I updated my simulator to iOS 17 and it seems like ably_flutter plugin is causing the app to crash. Translated Report (Full Report Below) Incident Identifier: C0BCD28B-3A18-4C4B-B256-A59CA67A1FE9 ...
Raniel Angelo Jumamil's user avatar
3 votes
3 answers
7k views

How to prevent user from taking screenshot or screen recording in iOS 17?

I have a Flutter app where I want to prevent users from taking screenshots and screen recordings. I have the following code which works perfectly for iOS versions lower than 17 but not for iOS 17. ...
Amit Pal's user avatar
  • 10.9k

15 30 50 per page