-
Notifications
You must be signed in to change notification settings - Fork 26
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
SharedHeader.h:57:10: fatal error: 'cstddef' file not found #30
Comments
Solved by using s.dependency "BRFullTextSearch", "~> 2.0.0-beta1" in pod spec Below is the snippet
Where as above snippet working in SampleCocoaPodsProject which is taken from master github |
I'm glad you made some progress using the 2.0 beta. I can't quite tell what your actual issue is, you might want to catch C++ exceptions in the debugger and see what's going on. I'm not sure if it is related to you issue, but I notice you are indexing full HTML strings, which means HTML tags will most likely end up in your index as well, which might not be what you want. I think often you would extract just the text from the HTML and index that, breaking the text into different index fields as needed if you want to differentiate between text in different parts of the HTML, e.g. a title value vs something from the body. |
But when I run the same in sample "SampleCocoaPodsProject" it was working fine. If I want to use the same pod how do I integrate it & what are the things that needs to be updated in pod file or podspec file |
Unable to build project, used pod BRFullTextSearch. Please let me know how to proceed further
The text was updated successfully, but these errors were encountered: