I forked cordova-plugin-meteor-webapp. I changed a file, pushed it to my fork, and switched my cordova build to use my fork instead of the local file system version of the plugin.
The build now fails because it isn’t getting the GCDWebServer submodule when it does the build. I tried forking that, too, it didn’t work. I’m not changing the submodule and it is initialized and present in my local repo fork of webapp.
=> Errors executing Cordova commands:
While adding plugin
https://github.com/RealHandy/cordova-plugin-meteor-webapp.git#22a8d3b2f861b4263f88ed46010f8ff79e1736de to Cordova
project:
Uh oh!“/Users/opx/vium/.meteor/local/cordova-build/plugins/cordova-plugin-meteor-webapp/src/ios/GCDWebServer/GCDWebServer/Core/GCDWebServer.m”
not found!
Anyone have an idea why meteor isn’t pulling down the submodule when doing the build?