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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -