Closed ghost closed 7 years ago
Did you try building after running brew install cmysql
?
IIRC it is just a module map so you probably won't see any code anyway
Make sure to re-generate your Xcode project after doing brew install vapor/tap/cmysql
.
After I added denpendencies
.Package(url: "https://github.com/vapor/mysql-provider.git", majorVersion: 2)
My project can not be built by xcode. Then I usevapor build
the terminal give tips to usebrew install cmysql
then i can build this project by vapor toobox. I openned my xcode again.This error is still exist. When i openned my denpendencies folder. I found nothing in CMySQL folder. THX!