How can I GGT multipel apps?
So here's the command I'm running:
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.1 Reply
Update... I ended up moving
~/.gadget/sync.json
to ~/.gadget/backup-sync.json
and started over. This is not an ideal long term solution, but for now works as long as I don't have to switch apps frequently.