You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using PhoneGap build to compile the application. I am trying to use this plugin to associate a simple text file with the App. I am developing the app for iOS and Android.
It successfully builds for Android, but it shows the following build error for iOS.
Error - The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version: cc.fovea.cordova.openwith.
And in the iOS build log it shows the following error: ........myAppname.build/Objects-normal/armv7/OpenWithPlugin.o /project/myAppname/Plugins/cc.fovea.cordova.openwith/OpenWithPlugin.m:2:9: fatal error: 'ShareViewController.h' file not found #import "ShareViewController.h" ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
In the config.xml, I am using the following: <plugin name="cordova-plugin-openwith" spec="https://github.com/j3k0/cordova-plugin-openwith.git"> <param name="ANDROID_MIME_TYPE" value="text/plain" /> <!-- iOS --> <param name="IOS_URL_SCHEME" value="myAppUniquename" /> <param name="IOS_UNIFORM_TYPE_IDENTIFIER" value="public.data" /> <param name="IOS_GROUP_IDENTIFIER" value="group.myAppId" /> <param name="SHAREEXT_PROVISIONING_PROFILE" value="bcc........." /> <param name="SHAREEXT_DEVELOPMENT_TEAM" value="S12233444" /> </plugin>
The text was updated successfully, but these errors were encountered:
Hi, I am using PhoneGap build to compile the application. I am trying to use this plugin to associate a simple text file with the App. I am developing the app for iOS and Android.
It successfully builds for Android, but it shows the following build error for iOS.
Error - The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version: cc.fovea.cordova.openwith.
And in the iOS build log it shows the following error:
........myAppname.build/Objects-normal/armv7/OpenWithPlugin.o /project/myAppname/Plugins/cc.fovea.cordova.openwith/OpenWithPlugin.m:2:9: fatal error: 'ShareViewController.h' file not found #import "ShareViewController.h" ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
In the config.xml, I am using the following:
<plugin name="cordova-plugin-openwith" spec="https://github.com/j3k0/cordova-plugin-openwith.git"> <param name="ANDROID_MIME_TYPE" value="text/plain" /> <!-- iOS --> <param name="IOS_URL_SCHEME" value="myAppUniquename" /> <param name="IOS_UNIFORM_TYPE_IDENTIFIER" value="public.data" /> <param name="IOS_GROUP_IDENTIFIER" value="group.myAppId" /> <param name="SHAREEXT_PROVISIONING_PROFILE" value="bcc........." /> <param name="SHAREEXT_DEVELOPMENT_TEAM" value="S12233444" /> </plugin>
The text was updated successfully, but these errors were encountered: