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

Type PageMap<Item> does not conform to protocol #328

Open
seanmiller802 opened this issue Oct 28, 2024 · 1 comment
Open

Type PageMap<Item> does not conform to protocol #328

seanmiller802 opened this issue Oct 28, 2024 · 1 comment

Comments

@seanmiller802
Copy link

Describe the bug 🐛
Seeing this issue when trying to build my iOS project that uses InstantSearch

Environment:

  • OS: macOS 15
  • Version 7.26.2
  • Xcode 16

Additional context
Works on Xcode 15 on macOS 14.5

377944331-d5fdf95c-8233-472c-bdba-4cd2c43f0074

@RafaelBadaro
Copy link

@seanmiller802
I was facing a "similar" issue:
Screenshot 2024-11-14 at 13 48 53

And what I did to solve was:

  1. I went to the PageMap.swift file
  2. Compared what I had on my PageMap.swift and noticed this:
image (on the left is what I have and on the right what's currently on the file on this repo)

So I copied the change over and my app built

I don't know if it's the correct fix or if it's even legal to do this, but It worked... hope it helps

I just updated to Sequoia 15.1 and xcode to 16.1.

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

2 participants