Today, whenever I try to build iOS with command:
ionic package build ios --profile something
I got an error output telling me there is no space left:
Using cordova-fetch for cordova-ios@4.4.0
Adding ios project...
Creating Cordova project for the iOS platform:
Path: platforms/ios
Package: com.ionicframework.work6579
Name: Something
cp: copyFileSync: could not write to dest file (code=ENOSPC):/Users/package/workspace/apps-773688df-59/cordova/platforms/ios/cordova/node_modules/lodash/internal/baseExtremum.js
cp: copyFileSync: could not write to dest file (code=ENOSPC):/Users/package/workspace/apps-773688df-59/cordova/platforms/ios/cordova/lib/versions.js
chmod: File not found: /Users/package/workspace/apps-773688df-59/cordova/platforms/ios/cordova/node_modules/.bin/uuid
iOS project created with cordova-ios@4.4.0
Error: Cannot find module 'unorm'
I have deleted a few lines from error report because it is too long. I’ve been trying to add/remove plugins, platforms and node modules, nothing helped, everytime I have the ENOSPC error. Is there any way to fix this without contacting support? Maybe there is some way to clean the space on Ionic cloud?