Gary Skiba
Gary Skiba
I'm also trying to publish (in electron-builder v23.1.0) using "generic" (used to work in 22.4). Note that electron-updater version makes no difference here. I'm using a Mac Studio, so the...
> Looking at the source code seems publish functionality for generic provider is not implemented at all :( > > ``` > ... > /** @internal */ > scheduleUpload(publishConfig: PublishConfiguration,...
I'm using webpack 4. I cleared the yarn.lock file & the node_moduels folder. Rebuilt everything. Same result. Are you using WP 4 or WP 5?
I realized that the webpack version wasn't that important, as the web stuff was already bundled. I got it to work by commenting out the "throw" in validate (it's not...
Same issue here (cordova 9, android 8.0.0). I get the Google popup, but it errors out with code 10 (developer error). When I upgraded to android 8.1.0 (did a full...
Update. Updated cocoapods on Mac, fixed ruby issue. Android version (using android 8.1.0) installed ok. IOS reported the following error during install (cocoapods version: 1.8.4): ```` Installing "cordova-plugin-googleplus" for ios...
Another update... Android: -- still returning error code 10. iOS: 1. My previous comment was edited after resolving the permissions issue. 2. The result of the error in the previous...
Yeah. I've seen that. The issue is that I need more recent versions of cordova-ios for other plugins. Will keep trying... Thanks!
I get the same error. In XCode, there are 3 errors related to GooglePlus, all "semantic issues" in GooglePlus.m. 1 - No visible @interface for 'GIDSignIn' declares the selector 'handleURL:'...
I had the same problem using FireBase and GoogleSignIn pods, which both reference GoogleUtilities (the second one explicitly in the platforms/ios/podfile). I was finally able to get it to compile...