From 08f9b176004477e6fcd43a80df52d95f617fd973 Mon Sep 17 00:00:00 2001 From: Shashank Agrawal Date: Wed, 3 Apr 2019 09:57:20 +0530 Subject: [PATCH] Trying to fix the build --- test/platform-add.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/platform-add.sh b/test/platform-add.sh index 1eadf054b..4eae348f6 100644 --- a/test/platform-add.sh +++ b/test/platform-add.sh @@ -9,6 +9,7 @@ PLATFORM_VERSION=$3 FOLDER=".build-$PLATFORM" rm -rf $FOLDER +npm install xcode --no-save npm install "cordova@$CORDOVA_VERSION" --no-save ./node_modules/.bin/cordova create $FOLDER com.github.cordova_plugin_firebase HelloWorld