Open martin-robert-fink opened 3 years ago
I'm having the same problem, did you solve it?
Nope. Just ignoring the error.
@martin-robert-fink have you had any issues? is your app live? i don't get the follow up errors, sending and canceling are fine. but it's disconcerting anyway.
No follow up. Here's a video of the app (if you're interested): FPGA View.
I'm rewriting large chunks of the app. I'm changing state management from GetX to Bloc and I'm making the VCD parser multi-threaded (as well as the waveform painter). This version was written/optimized primarily for the iPad. Users really wanted a web version, so that's the motivation. Doing threads (Isolates on native and web workers on web) is a bit of a challenge in a multi-platform environment. That's what I'm working through now.
@martin-robert-fink indeed, good luck with the threading. So you haven't gone through the Apple store yet, or any such ?
Only through the beta (now expired). No issues with the App Store at least for TestFlight.
For Flutter APP: Is there anyone who know the exactly solution for this issue (
[PPT] Error creating the CFMessagePort needed to communicate with PPT.
)?
For Flutter APP: Is there anyone who know the exactly solution for this issue (
[PPT] Error creating the CFMessagePort needed to communicate with PPT.
)?
Have the same issue(
[PPT] Error creating the CFMessagePort needed to communicate with PPT.
same issue(
On iOS get the error:
[PPT] Error creating the CFMessagePort needed to communicate with PPT.
when usingFlutterEmailSender.send(email)
.The email window comes up as expected. If I send or cancel the email, then I get the following error stream:
Here's the
flutter doctor -v
:is there something I'm doing wrong? Thanks!