-
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
Error: 'cmark_export.h' file not found with <angled> include; use "quotes" instead #175
Comments
Hi @rubensantiago 👋 We'll need a bit more info please: Xcode version, CocoaPods version, Down version at a minimum A sample project repro'ing this (or repro'ing it with the Thanks! |
Going to close this out since we have not received any follow up information. |
Manually changing file by adding quotes works but on build server it fails Tested with
' file not found with include; use "quotes" instead |
I am still experiencing the same issue on Nov 2022. Are there any updates upon this besides manually changing to the quotation marks? @iwasrobbed |
I am still experiencing the same issue on 16th Dec 2022. With |
Report
Manually changing these brackets to quotes does indeed fix this issue, but updating the pod will revert the manual changes made.
Unfortunately, this is not tenable on a build server that downloads fresh copies of dependencies periodically.
What did you do?
pod install
What did you expect to happen?
Compile without modifying the source code
What happened instead?
Error: 'cmark_export.h' file not found with <angled> include; use "quotes" instead File: project-root/Pods/Down/Source/cmark/cmark.h:5
The text was updated successfully, but these errors were encountered: