Skip to content
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

Closed
1 task done
tebs1200 opened this issue Sep 17, 2017 · 9 comments
Closed
1 task done

Carthage install fails: no such module 'libcmark' #43

tebs1200 opened this issue Sep 17, 2017 · 9 comments

Comments

@tebs1200
Copy link

Please help prevent duplicate issues before submitting a new one:

  • I've searched other open/closed issues for duplicates before opening up this new issue.

Report

What did you do?

Added Down to my Cartfile and ran carthage update --platform iOS. I'm using the latest version of Carthage (0.25.0). Xcode version 8.3.3

What did you expect to happen?

I expected the installation to complete successfully

What happened instead?

The carthage update failed when it got to Down:

Build Failed
    Task failed with exit code 65:

I checked the build logs, and noticed the error:

error: no such module 'libcmark'
@iwasrobbed
Copy link
Collaborator

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.

@tebs1200
Copy link
Author

tebs1200 commented Sep 29, 2017

Having a quick look at this article, it may be that a cartfile is needed in the project for any dependencies.

@tebs1200
Copy link
Author

I've forked the project and will see if I can get it to work with Carthage.

@128keaton
Copy link
Collaborator

interesting--when I get time (assignments ugh) I'll take a look.

128keaton added a commit that referenced this issue Oct 2, 2017
@128keaton
Copy link
Collaborator

This should be fixed in the latest PR. Give it a try.

@iwasrobbed
Copy link
Collaborator

Closing for now, feel free to re-open if it's still broken for you @tebs1200

@davegomez
Copy link

I'm getting the same error when trying to build the example project using Xcode 9 Missing required module 'libcmark' and that's the only information I got from Xcode.

@shannonchou
Copy link

same error as @davegomez

@iwasrobbed
Copy link
Collaborator

@davegomez / @shannonchou Your issue w/ the example app is different than this parent issue. See #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants