honghaoz / Ji

Ji (戟) is an XML/HTML parser for Swift
MIT License
824 stars 64 forks source link

Include of non-modular header-error #17

Closed BasThomas closed 8 years ago

BasThomas commented 8 years ago

I get an Include of non-modular header inside framework module 'Ji.*' when downloading Ji via Cocoapods.

All headers are public though, which should fix that... but it doesn't.

These happen on all Ji-includes in these headers.

honghaoz commented 8 years ago

@BasThomas Hey, I'm looking at the issues. Possibly it's related with cocoa pods update

honghaoz commented 8 years ago

@BasThomas Can you tell me what's your Xcode version you are using?

BasThomas commented 8 years ago

It was 7.1 beta 3 (build 7B85). Will try with public 7.1 release in a minute.

BasThomas commented 8 years ago

Same issue in public 7.1 release (build 7B91b)

honghaoz commented 8 years ago

@BasThomas thanks to @everald, he fixed the importing errors. Now I'm thinking about using module map to import libxml in Swift. Here is my comment: https://github.com/honghaoz/Ji/pull/19#issuecomment-150237343

honghaoz commented 8 years ago

Seems like pod spec lint is still failed.

honghaoz commented 8 years ago

Never mind, pod spec cache issue

BasThomas commented 8 years ago

Yes, this seems to work. Thanks :)