superlistapp / super_native_extensions

Native drag & drop, clipboard access and context menu.
MIT License
364 stars 56 forks source link

iOS compilation issue with flutter 3.16.9 #314

Closed Mikhail-Ivanou closed 3 months ago

Mikhail-Ivanou commented 3 months ago

Hi I get next error once I try to upgrade my project dependencies. This library is dependency: transitive. for me.

Xcode build done. 39,4s Failed to build iOS app Error (Xcode): could not compile super_native_extensions (lib) due to 58 previous errors

I use Flutter 3.16.9 Xcode 15

knopp commented 3 months ago

rustup update should solve this.

Mikhail-Ivanou commented 3 months ago

It helped, thanks!