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

Removing Logging from dependences makes build failures #306

Open
IslamAbdelAziz opened this issue Feb 11, 2024 · 4 comments
Open

Removing Logging from dependences makes build failures #306

IslamAbdelAziz opened this issue Feb 11, 2024 · 4 comments

Comments

@IslamAbdelAziz
Copy link

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 🖥
Screenshot 2024-02-10 at 6 57 09 PM
Screenshot 2024-02-10 at 6 56 28 PM
Screenshot 2024-02-10 at 6 56 18 PM

Environment:

  • OS: iOS
  • Version [ pod 'InstantSearch', '7.13.3']
@m4p
Copy link

m4p commented Feb 19, 2024

Same, but with SPM. My build is broken.

@shay-situation
Copy link

shay-situation commented Mar 22, 2024

same with pods, any solution?

@IslamAbdelAziz
Copy link
Author

IslamAbdelAziz commented Mar 31, 2024

We fixed it by setting specific versions for

pod 'AlgoliaSearchClient', '8.18.2'

This may fix the issue ISA

@erolando
Copy link

erolando commented May 2, 2024

some news?

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

4 participants