flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

could not compile `super_native_extensions` (lib) due to 58 previous errors

Open JarrenPoh opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

Flutter Quill version

9.2.12

Steps to reproduce

  1. add flutter_quill: ^9.2.12
  2. run flutter pub get
  3. run app

Expected results

open the app

Actual results

Failed to build iOS app Could not build the precompiled application for the device.

in Xcode shows: could not compile super_native_extensions (lib) due to 58 previous errors

Code sample

Code sample

no code

Screenshots or Video

Screenshots / Video demonstration

no details

Logs

Logs

Launching lib/main.dart on xxx in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 9N58JY7V33 Xcode build done. 21.9s Failed to build iOS app Could not build the precompiled application for the device.

JarrenPoh avatar Feb 18 '24 08:02 JarrenPoh

Try to install newest rust, its required by super_clipboard:

https://www.rust-lang.org/tools/install

Overall I think that super_clipboard should be optional library, right now upgrading quill brings with it rust and other stuff that require work, for me ci/cd is not working after that, I can compile app on local machine but deploy is now working due to that :/

PcolBP avatar Feb 28 '24 16:02 PcolBP

Thank you for the report. This should be fixed in 9.4.x by moving the usages of super_clipboard to flutter_quill_extensions

Feel free to open or ask any questions.

EchoEllet avatar Jun 12 '24 18:06 EchoEllet