Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

Build errors for version 8.3.8 #380

Closed mg closed 1 year ago

mg commented 1 year ago

Hi. I am having build problems and after having removed and added back every plugin in my project, I've concluded that it is the pushwoosh plugin that is causing the problem: image Running with the suggested options (stacktrace,scan,etc) doesnt provide any further information. I am using cordova 11 and cordova-android 11.0.0.

Is this something you are familiar with? This is the config image

mg commented 1 year ago

Update: this only happens when building for Android. Building for iOS completes without errors.

wfhm commented 1 year ago

@mg Apologies for such a delayed reply! I just tried reproducing the issue with the latest (8.3.8) version of the plugin and it worked just fine with Cordova 11 and cordova-android@11.0.0. If the issue persists, could you please share a simple reproducer project with us? You can do it by creating a support ticket and mentioning this issue in the description.

mg commented 1 year ago

Hi @wfhm and thanks for the response!

I've sort of figured out what was happening. Your plugin and the cordova-plugin-firebase-analytics plugin have some shared dependencies. When I added either one to my project building succeeded, but when I added both of them together it failed because the project was now trying to fetch some dependency from jumio.com and Jumio rejected the request because I was running on the corporate network behind a product called WebSense that does funny things to our SSL certificates.