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

Build errors in Xcode 9 beta 3+ -- implicit declaration of function 'check_string' and 'check' are invalid in C99 #4

Open
jaclync opened this issue Sep 6, 2017 · 0 comments

Comments

@jaclync
Copy link

jaclync commented Sep 6, 2017

Pods/Google-Diff-Match-Patch/DiffMatchPatchCFUtilities.c:391:5: error: implicit declaration of function 'check_string' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    check_string(hash <= diff_UniCharMax, "Hash value has exceeded UniCharMax!");
    ^
Pods/Google-Diff-Match-Patch/DiffMatchPatchCFUtilities.c:634:5: error: implicit declaration of function 'check' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    check(status == 0);
    ^
2 errors generated.
  • cocoapods
  • version 0.0.1
  • reproducible in Xcode 9 beta 3 and above, including Xcode 9 GM seed
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

1 participant