-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make swift fails because of old swift tools version #170
Comments
No idea. I don't use Swift -- that was done a couple of years ago to demonstrate that MMD could be used with Swift (it can), but I haven't used it since. |
It looks like the |
|
Ok, but it seems that the |
|
Do you know if the only difference between the Objective-C and the Swift versions is the Xcode project? Because I'm thinking that since C can be embedded in Objective-C code but not in Swift unless you use a bridging header, probably it wouldn't be worth it trying to make the build work for Swift. Maybe it would just be enough to set up the right bridging header? |
That's what this did -- MMD-6 has always been written in C (and presumably always will be until something better comes along). The |
This sounds as if there was a working (compiled) sample project to confirm this hypothesis, but I think that's not what you mean, right? |
|
Running
make swift
causes this error:I couldn't find where this version number would have to be replaced.
The text was updated successfully, but these errors were encountered: