All Questions
36 questions
0
votes
0
answers
37
views
Running flutter on Mac with VS Code and iPhone16 Pro Simulator from XCode
My iPhone-16 Pro simulator works and builds the Flutter app. I'm running the terminal from VS Code, and it recognizes the simulator and XCode. However, when I try to change a colour and do a hot ...
0
votes
0
answers
34
views
The flutter project reported an error when running in VSCode. error: Invalid Swift parseable output message (malformed JSON): `[123, 10,
The flutter project runs fine in XCode, but an error occurs when running in VSCode.
error: Invalid Swift parseable output message (malformed JSON): `[123, 10,
[✓] Flutter (Channel stable, 3.27.1, ...
0
votes
0
answers
103
views
flutter_quill package gives me error "Service connection disposed" and crashes the app
I'm using flutter and I want to integrate rich text editor and I came across this package flutter_quill: ^10.8.2
It always gets me an error when I put it in the yaml file:
flutter_quill: ^10.8.2
but ...
0
votes
1
answer
97
views
Flutter build ios error when building with Android Studio or Visual Studio
I received an error when trying to build a Flutter app using AS/VS
Failed to build iOS app
Could not build the precompiled application for the device.
Parse Issue (Xcode): Module 'camera_avfoundation' ...
0
votes
3
answers
77
views
Flutter - Xcode showing debug errors but Vscode doesn't
On Xcode 15.2 and Flutter 3.19.5.
A simple error which used to show on VSCode like:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'Map&...
-2
votes
1
answer
30
views
i have added firebase_analytics: ^10.9.0 library to my project , then i am not able to build in iOS(Xcode) and android side is working fine
i have installed firebase Analytics in flutter using VSCode, below issue i am facing while running in xcode,
i have updated all pods, ruby etc, nothing will worked for me.
1
vote
0
answers
32
views
VS Code Failing to Launch Flutter App on iOS Simulator
I'm having trouble launching my flutter app on my MacBook Pro. What's worse is that I can't find VS Code logs to troubleshoot the problem. Using VS Code, my app has launched successfully from a ...
0
votes
1
answer
158
views
Problems connecting iOS simulator from Xcode to Flutter via Visual Studio Code on my Macbook M1
enter image description hereSo I'm trying to connect the simulator for iOS from Xcode to Flutter in Visual Studio Code on my MacOS. I'll send a few screenshots, however I already have the command line ...
0
votes
1
answer
122
views
Trouble setting up the simulator for Xcode via my MacOS for Flutter on VS Code
I keep getting an error when I try to set up the simulator for Xcode. I had to update my Mac OS software to install the Xcode, but when I try to open the simulator via the Command. I'm sorry, I would ...
11
votes
3
answers
5k
views
Can't run Flutter app on simulator after upgrading XCode to 14.3 because of missing libarclite_iphonesimulator.a file
I'm using VSCode to develop my Flutter app, and I can't run my Flutter app on simulator (iOS 15, IPhone11) after I upgraded XCode to latest verison (14.3). Here is the error message:
Error (Xcode): ...
0
votes
0
answers
349
views
VSCODE flutter is repeatedly asking to be run from xcode
The vscode IDE keeps repeatedly ask to be run from xcode, It is intermittent and some times it will run while most of the time it keeps asking to be run from xcode. This is very frustrating. work find ...
0
votes
0
answers
167
views
Ios keyboard freezes when using textformfield while connected to vscode
here is the minimal reproduction of the code, The same code runs fine on Android, xcode but when running it with vscode , there is the keyboard freezing issue making the whole app crash after a while.
...
0
votes
1
answer
131
views
why does the keyboard/ app freeze on ios when using a textformfield from vscode but not in xcode?
have this strange issue when i click on the TextFormField the keyboard will either freeze or the app will crash. On IOS the keyboard will freeze where as on android, i cant type anything on the ...
0
votes
0
answers
189
views
Issue while building Cocoa/X Code modules using Flutter in VS Code
I'm having an issue while running an app with Flutter in VS Code, using X Code's macOS desktop or iOS simulator (with conda env).
Macbook Air mid 2021 (M1), Monterey 12.6
Visual Studio Code 1.76.0
...
0
votes
0
answers
332
views
flutter app failing to run using iOS simulator
I am running into this error when trying to run my flutter app via iOS simulator
(it took 26 min to give this error)
[ +1 ms] export 'dart:js' show allowInterop, ...