open_file icon indicating copy to clipboard operation
open_file copied to clipboard

iOS simulator build fails

Open giaesp opened this issue 4 years ago • 2 comments

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)

giaesp avatar Apr 08 '20 10:04 giaesp

Any update on this

ravivlb avatar Apr 16 '20 06:04 ravivlb

Same problem for me I've solved this way: https://github.com/flutter/flutter/issues/17749#issuecomment-615279343

matpag avatar Jun 01 '20 15:06 matpag