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
I'm facing an issue with the plugin when running with: cordova@6.3.1. The cordova hook which sets the Bridging Headers and the xcode project properties, is not executed after cordova prepare.
The plugins works properly with cordova@6.1.1.
Modifying the hook condition seems to fix the issue:
I can't reproduce it anymore so I close this issue.
I tried to reproduce with the cordova-plugin-permissionScope and cordova@6.3.1.
I removed the #import "PermissionScope-Bridging-Header.h" from the Bridging-Header.h then run cordova prepare, I can see it well configured again as expected.
I'm facing an issue with the plugin when running with:
cordova@6.3.1
. The cordova hook which sets the Bridging Headers and the xcode project properties, is not executed aftercordova prepare
.The plugins works properly with
cordova@6.1.1
.Modifying the hook condition seems to fix the issue:
If the fix looks okey, I can make a PR. 😸
The text was updated successfully, but these errors were encountered: