iOS: Download failure: Skipping downloading blacklisted version

Hello!

I have an app deployed on heroku.

When building locally with meteor run ios-device, there is no problem and HCP works well.

When building with mobile server, I get the following error message in XCode:

2018-10-04 20:42:18.711698+0200 Premia[7545:1879844] Downloaded asset manifest for version: d9b8836f1d76065d46c0824304b982481cec6495

2018-10-04 20:42:18.716888+0200 Premia[7545:1879844] Download failure: Skipping downloading blacklisted version

2018-10-04 20:42:18.720021+0200 Premia[7545:1879713] ERROR: {“line”:36,“column”:30,“sourceURL”:“http://localhost:12224/plugins/cordova-plugin-meteor-webapp/www/webapp_local_server.js”}

2018-10-04 20:45:45.206825+0200 Premia[7545:1879713] [ProcessSuspension] Background task expired while holding WebKit ProcessAssertion (isMainThread? 1).

I have searched a lot but did not find the solution. It appears that meteor does not download the last version if something is broken. But as it works locally, I don’t see why it behaves differently on server.