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
Describe the bug 🐛
Hello. I just installed Xcode 16 and my project stopped building due to Algolia InstantSearch. The following error is immediately reported in the HitsInteractor class: Type 'PageMap' does not conform to protocol 'Sequence'.
To Reproduce 🔍
Steps to reproduce the behavior:
Install Xcode 16
Add the InstantSearch iOS 7.26.2 SPM package and try to build
See error
Expected behavior 💭
The project should successfully build.
Screenshots 🖥
If applicable, add screenshots to help explain your problem.
Environment:
OS: iOS (I tried on simulator)
Version 16
Additional context
None. Please add support for Xcode 16 since probably this is not the only breaking change introduced, just the first reported one by the Xcode compiler
The text was updated successfully, but these errors were encountered:
Describe the bug 🐛
Hello. I just installed Xcode 16 and my project stopped building due to Algolia InstantSearch. The following error is immediately reported in the
HitsInteractor
class: Type 'PageMap' does not conform to protocol 'Sequence'.To Reproduce 🔍
Steps to reproduce the behavior:
7.26.2
SPM package and try to buildExpected behavior 💭
The project should successfully build.
Screenshots 🖥
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
None. Please add support for Xcode 16 since probably this is not the only breaking change introduced, just the first reported one by the Xcode compiler
The text was updated successfully, but these errors were encountered: