ggt dev ./ --app=my-app-name --env=development --allow-different-app
ggt dev ./ --app=my-app-name --env=development --allow-different-app
and here's the result ✘ Calculating file changes.
An unexpected error occurred.
Error: EPERM: operation not permitted, opendir '/Users/myusernamehere/Library/Application Support/MobileSync'
This is a bug, use the link below to create an issue on GitHub.
So this is the second app that I'm setting up on Gadget. It seems like it's trying to search my whole drive or something for the file diff. Not sure why. It works just fine on my other app. Is there maybe a way to remove the GGT config from the other app temporarily?
the current directory "./" is the new app code root project directory.