79790911

Date: 2025-10-15 07:58:28
Score: 0.5
Natty:
Report link

Resolved. This is a known issue when your Flutter or Xcode project lives inside an iCloud-synced directory (like Desktop or Documents).
macOS offloads files that aren’t frequently used, leaving “cloud placeholders” instead of actual files.

How to fix this

Create a directory that’s not part of iCloud sync, for example:

mkdir ~/Development
mv ~/Desktop/my_flutter_app ~/Development/
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniel Xav De Oliveira