could not compile `super_native_extensions` (lib) due to 58 previous errors
Is there an existing issue for this?
- [X] I have searched the existing issues
Flutter Quill version
9.2.12
Steps to reproduce
- add flutter_quill: ^9.2.12
- run flutter pub get
- 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.
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 :/
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.