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 still having problem with the requireCordovaModule. I was having problems with cordova prepare ios, because of the lines 172, 174 and 192 on the file src/add-swift-support.js.
It's caused by the context.requireCordovaModule. I changed to just require, and it worked. Am I missing something or this is still causing error? I can make a PR if necessary.
The text was updated successfully, but these errors were encountered:
I'm still having problem with the requireCordovaModule. I was having problems with cordova prepare ios, because of the lines 172, 174 and 192 on the file src/add-swift-support.js.
It's caused by the
context.requireCordovaModule
. I changed to justrequire
, and it worked. Am I missing something or this is still causing error? I can make a PR if necessary.The text was updated successfully, but these errors were encountered: