-
Notifications
You must be signed in to change notification settings - Fork 332
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
Can't build with copied sources #211
Comments
Looks like Then the problem is |
Found that path to libcmark module.modulemap should be added to Swift Compiler - Import Paths. |
Finally I've built it.
In Podspec:
|
I'm a bit confused @Luten ; are you integrating it via pods or manually? |
Please help prevent duplicate issues before submitting a new one:
Presumably similar or somewhat connected issues I've found:
Report
What did you do?
Down/Source
into my project (I can't reference external frameworks)What did you expect to happen?
I expected the project to build successfully
What happened instead?
unknown type name 'cmark_reference_map'
in inlines.h#include <references.h> in inlines.h
No such module 'libcmark'
That all happens Xcode 11.4.1, Legacy Build System.
Gonna give a try on New Build System
Maybe there is a guide on using Down as copied sources?
P.S: building with Down as CocoaPods dependency works fine
The text was updated successfully, but these errors were encountered: