Integrate Ionic Cloud in my project (iOS)

Hi everyone,

I try to add push notifications to a working Ionic (v1) project and I followed the documentation.

The problem I have is that when I try to test the app in the device I see an error in the Safari Developer Console telling me the following message:

Failed to load resource: The file://pathToMyPackage/www/lib/ionic.cloud.min.js.map requested URL was not found on this server.

The file is indeed not there but the only references to this file are in the ionic.cloud.min.js which resides in the lib folder and is commented like this:

//# sourceMappingURL=ionic.cloud.min.js.map

How can I avoid the project to ask for the .map file?

2 Likes