ios - Undefined symbols for architecture arm64: "_OBJC_CLASS_$_MMWormhole" -
i getting following error while build
undefined symbols architecture arm64: "_objc_class_$_mmwormhole", referenced from: objc-class-ref in interfacecontroller.o ld: symbol(s) not found architecture arm64 clang: error: linker command failed exit code 1 (use -v see invocation) i have installed plugin using cordova plugin add cordova-plugin-apple-watch
i did not got libmmwormhole.a file plugin installation
i had added reference of mmwormhole.h in interfacecontroller.m.
in file interfacecontroller, use class name containing "wormhole." it's not defined anywhere, linker can't put together. looks library missing.
Comments
Post a Comment