You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux">
@@ -43,7 +43,7 @@ This project provides a Swift wrapper around the MySQL client library, enabling
43
43
44
44
This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project. It was written to be stand-alone and so does not require PerfectLib or any other components.
45
45
46
-
Ensure you have installed and activated the latest Swift 4.0 tool chain.
46
+
Ensure you have installed and activated the latest Swift 4.1.2 tool chain.
47
47
48
48
## macOS Build Notes
49
49
@@ -76,7 +76,11 @@ swift package generate-xcodeproj
76
76
```
77
77
After this you have to set the path for libraries again.
78
78
79
+
⚠️**NOTE**⚠️ The last mysql homebrew version that Perfect currently supports is 5.7.12, so please try this command when some missing type issues were found on your build:
79
80
81
+
```
82
+
$ brew install --v5.7.21 mysql && brew switch mysql 5.7.21
83
+
```
80
84
81
85
## Linux Build Notes
82
86
@@ -93,7 +97,7 @@ Please note that Ubuntu 14 defaults to including a version of MySQL client which
93
97
Add this project as a dependency in your Package.swift file.
0 commit comments