We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 🐛 And when try to build the App, It shows an error that logging is missed in this file
To Reproduce 🔍 Steps to reproduce the behavior:
When I hit pod install for instant search I does install the SDK wiht these versions
Installing AlgoliaSearchClient 8.20.0 (was 8.18.0)
Installing InstantSearch 7.26.1 (was 7.13.3)
Installing InstantSearchTelemetry (0.1.3)
Installing SwiftProtobuf (1.25.2)
Removing Logging
Expected behavior 💭 has a successful build
Screenshots 🖥
Environment:
The text was updated successfully, but these errors were encountered:
Same, but with SPM. My build is broken.
Sorry, something went wrong.
same with pods, any solution?
We fixed it by setting specific versions for
pod 'AlgoliaSearchClient', '8.18.2'
This may fix the issue ISA
some news?
No branches or pull requests
Describe the bug 🐛
And when try to build the App, It shows an error that logging is missed in this file
To Reproduce 🔍
Steps to reproduce the behavior:
When I hit pod install for instant search I does install the SDK wiht these versions
Installing AlgoliaSearchClient 8.20.0 (was 8.18.0)
Installing InstantSearch 7.26.1 (was 7.13.3)
Installing InstantSearchTelemetry (0.1.3)
Installing SwiftProtobuf (1.25.2)
Removing Logging
Expected behavior 💭
has a successful build
Screenshots 🖥
Environment:
The text was updated successfully, but these errors were encountered: