-
Notifications
You must be signed in to change notification settings - Fork 338
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 install fails: no such module 'libcmark' #43
Comments
I unfortunately do not use Carthage, but it sounds like it's not embedding the framework into the project correctly. You may want to manually check the which frameworks are embedded in your target in either of the General or Build Phases tabs. |
Having a quick look at this article, it may be that a |
I've forked the project and will see if I can get it to work with Carthage. |
interesting--when I get time (assignments ugh) I'll take a look. |
This should be fixed in the latest PR. Give it a try. |
Closing for now, feel free to re-open if it's still broken for you @tebs1200 |
I'm getting the same error when trying to build the example project using Xcode 9 |
same error as @davegomez |
@davegomez / @shannonchou Your issue w/ the example app is different than this parent issue. See #58 |
Please help prevent duplicate issues before submitting a new one:
Report
What did you do?
Added Down to my
Cartfile
and rancarthage update --platform iOS
. I'm using the latest version of Carthage (0.25.0). Xcode version 8.3.3What did you expect to happen?
I expected the installation to complete successfully
What happened instead?
The carthage update failed when it got to Down:
I checked the build logs, and noticed the error:
The text was updated successfully, but these errors were encountered: