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

compile with xcode 11 failed #13

Open
andforce opened this issue Sep 25, 2019 · 1 comment
Open

compile with xcode 11 failed #13

andforce opened this issue Sep 25, 2019 · 1 comment

Comments

@andforce
Copy link

Hi,thanks for your great project.

In my project, I used IGHTMLQuery by Pods(pod 'IGHTMLQuery', '~> 0.9.1'), but compile failed with xcode 11.

I find out IGHTMLQuery project's depends:

 - IGHTMLQuery/Core (0.9.1):
    - CSSSelectorConverter (>= 1.2.0)
        - NUIParse

in NUIParse-NUIPShiftReduceGotoTable.m i got some err:

'name' is unavailable: not available on iOS

QQ20190925-085009@2x

@nathanblamires
Copy link

We're encountering the same issue. There's a PR open for NUIParse to fix it I believe. We fixed it by adding a #import NUIParse.h, but it would be good to have the Pod fixed properly to avoid forking.

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