iabudiab / HTMLKit

An Objective-C framework for your everyday HTML needs.
MIT License
239 stars 27 forks source link

Build error "Expected unqualified-id" #19

Closed ducminh1012 closed 6 years ago

ducminh1012 commented 6 years ago

Hello, I have this error when building project with this library. https://imgur.com/a/X9nOn Could you help me resolve this?

Thanks, ...

iabudiab commented 6 years ago

@ducminh1012 Hey there, I'll try to figure it out, and it would help a lot if you could give me more information about your project:

ducminh1012 commented 6 years ago

Hi @iabudiab, Yes, I'm using CocoaPods and in my project, there are some libs in C++. I think the problem could be the 'not' is one of the keywords in C++.

iabudiab commented 6 years ago

Hey @ducminh1012

It seems like the C++ stuff is getting in the way. But we're getting there.

ducminh1012 commented 6 years ago

Hello @iabudiab

Using the Objective-C++ solved my issue. Thank you for your help!