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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -