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

Umbrella header for a framework build generates warnings in Xcode 7.3.1 (iOS framework build) #34

Closed
blackfog opened this issue Jun 30, 2016 · 3 comments

Comments

@blackfog
Copy link

:1:1: warning: umbrella header for module 'CocoaMarkdown' does not include header 'Ono.h' [-Wincomplete-umbrella]

import "Headers/CocoaMarkdown.h"

^
:1:1: warning: umbrella header for module 'CocoaMarkdown' does not include header 'ONOXMLDocument.h' [-Wincomplete-umbrella]
2 warnings generated.
2 warnings generated.

@blackfog
Copy link
Author

/:1:1: Umbrella header for module 'CocoaMarkdown' does not include header 'Ono.h'

/:1:1: Umbrella header for module 'CocoaMarkdown' does not include header 'ONOXMLDocument.h'

@ghost
Copy link

ghost commented Jul 15, 2016

Same here. The other warning I get is "ONOXMLDocument.m:349:23: 'enumerateElementsWithCSS:block:' is deprecated.

@indragiek
Copy link
Owner

The umbrella header warning no longer reproduces on a recent Xcode version (11/12), closing this for now, feel free to open a new issue if this happens again.

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

2 participants