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 🐛
I am using Xcode 16.2 in MacBook Pro with m4 chip.
Updated the pod InstantSearch to 7.26.4
Still getting these 3 error while building the project -
Type 'PageMap' does not conform to protocol 'Sequence'
Type 'PageMap' does not conform to protocol 'BidirectionalCollection'
Type 'PageMap' does not conform to protocol 'Collection'
To Reproduce 🔍
Steps to reproduce the behavior:
Download Xcode 16.2
Use MacBook with apple chips
Use pod 'InstantSearch', '~> 7.26.4'
See error
Expected behavior 💭
I should build properly without any changes