open_file
open_file copied to clipboard
iOS simulator build fails
I'm trying to test my app on simulator, running XCode Version 11.4 (11E146), but I'm getting this error
Undefined symbols for architecture i386:
"_FlutterMethodNotImplemented", referenced from:
-[OpenFilePlugin handleMethodCall:result:] in OpenFilePlugin.o
"_OBJC_CLASS_$_FlutterMethodChannel", referenced from:
objc-class-ref in OpenFilePlugin.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any update on this
Same problem for me I've solved this way: https://github.com/flutter/flutter/issues/17749#issuecomment-615279343