EternallLight / cordova-plugin-openwith-ios

A modified version of the Cordova iOS Share extension (cordova-plugin-openwith) by Jean-Christophe Hoelt for iOS. Supports receiving shared URLs, text and images as well as sharing several images at once.
https://web-mystery.com/
MIT License
28 stars 84 forks source link

shareviewcontroller.h not found. #15

Open ZacAttackHanson opened 5 years ago

ZacAttackHanson commented 5 years ago

plugin is installed. when we go to build in xcode we get the error message shareviewcontroller.h not found. any tips and tricks would be appreciated.

avinoamsn commented 5 years ago

I'm having the same problem – did you have any luck with this?

Edit: I've remedied the issue by moving the constant declarations into the plugin file, although I still am not sure why this is occurring.