superlistapp / super_native_extensions

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

about super_native_extensions in iOS has issues #356

Open chenzbjava opened 2 months ago

chenzbjava commented 2 months ago

this method [extern void super_native_extensions_init(void)] in SuperNativeExtensionsPlugin.h i dont find implementation, when i run app, has error:

Undefined symbols for architecture arm64: "_super_native_extensions_init", referenced from: +[SuperNativeExtensionsPlugin initialize] in super_native_extensions(SuperNativeExtensionsPlugin.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

i need help.

knopp commented 2 months ago

It could be that your cocoapods is setup to not use frameworks? Right now super_native_extensions requires use_frameworks!. This will restriction will be removed once dart native assets are shipped and we no longer use cocoapods to build the library.

demoYang commented 2 months ago

https://github.com/singerdmx/flutter-quill/issues/1749#issuecomment-1969313369, it fix but run app ,why need rust ?