Cordova Plugins in Meteor

Continuing the discussion from Health Kit in Meteor:

Solved:The problem was i was unable to find Plugin_name.m file in the plugins directory in Xcode, so i manually added the Plugin_name.m file in build phases (you can find Plugin_name.m file in plugin->src->ios folder) and then copy (remove back-slashes). feature name of plugin from ios.json file (which is present in cordova-builds folder) and added it in project’s config.xml file.
Plugin will work fine and you would be able to get step counts :slightly_smiling:

Note:- You may have to add all the files in build phases which is included in plugin_name.m file.