You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: