nohup tart run everycharge
cd ~/buildAgentFull/bin
./agent.sh start
rbenv - ruby 2.7.5
nvm - node 18
error: Can't find 'node' binary to build React Native bundle If you have non-standard nodejs installation, select your project in Xcode, find 'Build Phases' - 'Bundle React Native code and images' and change NODE_BINARY to absolute path to your node executable (you can find it by invoking 'which node' in the terminal)
ln -s $(which node) /usr/local/bin/node
ln -s /Users/admin/Library/Android/sdk /Users/admin/android-sdk
키체인 open 항상 허용
$ truncate ~/.tart/vms/my-vm/disk.img -s 100g
[... tart run and ssh in to vm]
$ diskutil repairDisk disk0
$ diskutil apfs resizeContainer disk0s2 0
$ df -h ~