singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

Cannot build on iOS: Error (Xcode): Framework 'quill_native_bridge' not found #2352

Closed bloemy7 closed 2 weeks ago

bloemy7 commented 2 weeks ago

Is there an existing issue for this?

Flutter Quill version

10.8.5

Steps to reproduce

  1. Added 10.8.5 flutter_quill to my pubspec.yaml
  2. Run flutter run on a physical iOS device

Expected results

The app would build

Actual results

The app fails with:

Could not build the precompiled application for the device.
Error (Xcode): Framework 'quill_native_bridge' not found

Additional Context

This just started happening to me, I'm not sure if it's due to a flutter version change or anything else but now I'm unable to build anymore. Any thoughts? Thanks!

bloemy7 commented 2 weeks ago

I don't even know exactly why but after resetting a bunch of stuff it's working again for now.

EchoEllet commented 2 weeks ago

why but after resetting a bunch of stuff

Running flutter pub upgrade should fix any related issues, which will update the transitive dependencies including quill_native_bridge_platform_interface and quill_native_bridge_ios.