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
After cloning our repository, we run cordova prepare.
With after_prepare hooks in platform element of plugin.xml, this does not work because it only gets triggered by platform specified calls (e.g. cordova prepare ios).
After cloning our repository, we run
cordova prepare
.With after_prepare hooks in platform element of plugin.xml, this does not work because it only gets triggered by platform specified calls (e.g.
cordova prepare ios
).FYR there was similar issue with another project: akofman/cordova-plugin-add-swift-support#3 (comment)
The text was updated successfully, but these errors were encountered: