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

Error: 'cmark_export.h' file not found with <angled> include; use "quotes" instead #175

Closed
rubensantiago opened this issue Sep 10, 2019 · 5 comments

Comments

@rubensantiago
Copy link

rubensantiago commented Sep 10, 2019

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

@iwasrobbed
Copy link
Collaborator

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 Example app included in the repo) is great appreciated.

Thanks!

@iwasrobbed
Copy link
Collaborator

Going to close this out since we have not received any follow up information.

@Salman88
Copy link

Salman88 commented Jan 7, 2022

Manually changing file by adding quotes works but on build server it fails

Tested with
Xcode version Version 12.5.1, Version 13.2.1
Cocoa pod version 1.10.2 and 1.11.2
Down version (0.11.0)

#include <cmark_export.h>
         ^~~~~~~~~~~~~~~~
root/Pods/Down/Sources/cmark/cmark.h:6:10: 'cmark_version.h

Image on Xcode Version 13.2.1
Xcode Version 13 2 1

Image on Xcode Version 12.5.1
Xcode Version 12 5 1

' file not found with include; use "quotes" instead

@VatanaChhorn
Copy link

VatanaChhorn commented Nov 30, 2022

I am still experiencing the same issue on Nov 2022. Are there any updates upon this besides manually changing to the quotation marks? @iwasrobbed

@mrr-fiftytwo
Copy link

I am still experiencing the same issue on 16th Dec 2022. With
Xcode version Version 14.2
Cocoa pod version 1.11.3
Down version (0.11.0)

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

No branches or pull requests

5 participants