xampp起動したら、xamppターミナルに下記のエラーログが表示された
23:29,563
〜〜〜〜〜〜〜MacBook-Air.local proftpd[1359]: warning: unable to determine IP address of '〜〜〜〜〜〜MacBook-Air.local'```
対応方法は下記リンク
https://ja.stackoverflow.com/questions/55530/apache%E3%81%8C%E3%82%B9%E3%82%BF%E3%83%BC%E3%83%88%E3%81%97%E3%81%AA%E3%81%84
注:macのetcを編集する
```sudo vi /etc/hosts```
※管理者じゃないと書き込めない
対応後、
```Checking syntax of configuration file
/Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd started```
無事起動できました。