Problem with deploy

Hi there

I am having difficulty with a project trying to use deploy.

I have inited the project and have ionic cloud included etc. according to the documentation.

I am getting this error in the Xcode console:

2017-04-05 16:50:34.926654 Reality Sales Tracker[752:119596] JSON: {
error = {
details = (
{
“error_type” = null;
errors = (
“Field may not be null.”
);
parameter = “app_id”;
}
);
link = “”;
message = “An error occurred while validating the request parameters.”;
type = UnprocessableEntity;
};
meta = {
“request_id” = “ec5d69d0-0ffc-45c6-c536-8d55eea59379”;
status = 422;
version = “2.0.0-beta.0”;
};
}

When I do an ionic upload, the CLI claims to updating ‘ionic.io.bundle.min.js’ which doesn’t exist. I have a ‘ionic.cloud.bundle.min.js’

Here are my essential stats:

Cordova CLI: 6.5.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: OS X El Capitan
Node Version: v7.4.0
Xcode version: Xcode 8.2.1 Build version 8C1002

Does anyone have an idea what the problem is?

Any help much appreciated.

This doesn’t match your ionic info output. Something is borked with your libraries. Maybe remove node_modules and then npm install again? Also, remove and re-add platform iOS to get a really clean build with current libraries.

Thanks Sujan12 - I’ll try that. Kevin