-
Notifications
You must be signed in to change notification settings - Fork 154
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
Carthage build failed on 3.0.0 #150
Comments
Please try again. |
I too am experiencing a similar problem. My Cartfile looks like:
I tried this both with and without "master". When I do carthage update:
The log file contains:
|
Hi, I want to use MathParser in my Swift 4 project and tried to install by using Carthage.
I appended
github "davedelong/DDMathParser"
inCartfile
but build failed.Carthage fetched and tried to build version 3.0.0 which is tagged in Sep, 2016.
It was too old to build in swift 4.
When I specified master branch,
github "davedelong/DDMathParser" "master"
, build was success.That is, master current is able to build in swift 4.
So, please release new version. 🙇
The text was updated successfully, but these errors were encountered: