Errors when setting up a mobile app

I report the errors I get by setting up a mobile app:
MacOS Catalina 10.15.2 - Wappler 2.4.1

CORDOVA System check OK
Checking NodeJS installation and version …
v10.15.1
NodeJS is correctly installed.
Checking GIT installation and version …
git version 2.18.0
GIT is correctly installed.
Checking Cordova installation and version …
9.0.0 (cordova-lib@9.0.1)
Cordova is correctly installed.


First problem:
If you want to upgrade Cordova does not recognize the system password
Updating with Mac Terminal is OK


Add Android Platform OK
Add Browser Platform OK
Add iOS Platform OK
Add OSX Platform OK


Second problem:
Add Electron Platform OK BUT ALERT
[Cordova Electron] The built package size may be larger than necessary. Please run with --verbose for more details.


Third problem:
Add Windows Platform KO
Maybe it’s not possible with the Mac
Checking for Visual Studio …
Visual Studio 2013+ not found! Install at least the Visual Studio 2013 Expression Edition for Windows!
Please download and install the manually from:


iOS Build OK
Browser Build OK
Electron Build OK (with Alert Package Size)


Fourth problem:

Android Build KO

Task: app: mergeReleaseResources FAILED
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘: app: mergeReleaseResources’.

Specified AAPT2 executable does not exist: /Users/XXXXX/.gradle/caches/transforms-1/files-1.1/aapt2-3.3.0-5013011-osx.jar/ed7157d69cb788867d0d16c96039074f/aapt2-3.3.0-5013011-osx/ aapt2

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with - cancan to get full insights.
  • Get more help at https://help.gradle.org
    BUILD FAILED in 13s
    20 actionable tasks: 20 executed
    / Users / xxxxx / Studio_Wappler / template_APP / platforms / android / gradlew: Command failed with exit code 1 Error output:
    FAILURE: Build failed with an exception.
  • What went wrong:
    Execution failed for task ‘: app: mergeReleaseResources’.

Specified AAPT2 executable does not exist: /Users/xxxxx/.gradle/caches/transforms-1/files-1.1/aapt2-3.3.0-5013011-osx.jar/ed7157d69cb788867d0d16c96039074f/aapt2-3.3.0-5013011-osx/ aapt2

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with - cancan to get full insights.
  • Get more help at https://help.gradle.org
    BUILD FAILED in 13s
    Error building your Cordova Project for android!

Fifth problem:
OSX Build KO

failed to load toolchain: toolchain ‘org.swift.3020160208a’ already registered from /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain
note: Using new build system
note: Planning build
note: Constructing build description
error: No certificate matching ‘Mac Distribution’ found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning. (in target ‘TestApp’ from project ‘TestApp’)
** BUILD FAILED **
CordovaError: Promise rejected with non-error: 'Error code 65 for command: xcodebuild with args: -xcconfig, / Users / xxxx / Studio_Wappler / template_APP / platforms / osx / cordova / build-release.xcconfig, -project, TestApp.xcodeproj , -target, TestApp, -configuration, Release, build, CONFIGURATION_BUILD_DIR = / Users / edimg / Studio_Wappler / template_APP / platforms / osx / build, SHARED_PRECOMPS_DIR = / Users / xxxx / Studio_Wappler / template_APP / platforms / osx / build / sharedpch ’
at cli.catch.err (/ usr / local / lib / node_modules / cordova / bin / cordova: 29: 15)
at process._tickCallback (internal / process / next_tick.js: 68: 7)
Error building your Cordova Project for osx!

Before starting a new project I would like to be sure of what I can guarantee during construction
I thank in advance those who will help me solve these problems
Especially the problem related to the Android platform