FiveSheepCo / MapItemPicker

A simple, yet highly customizable and powerful location picker for SwiftUI.
MIT License
25 stars 3 forks source link

Error after adding to project #10

Closed Bobbykart closed 1 month ago

Bobbykart commented 8 months ago

Hi, i am getting the following errors when adding your project as dependency:

MapItemController line 57: Referencing instance method 'removingDuplicates()' on 'Array' requires that 'MapItemImage' conform to 'Hashable'

SearchSheet line 41: Incorrect argument label in call (have 'object:', expected 'subject:')

It is enough to add your package into the project and run the project without using your stuff.

jayelevy commented 7 months ago

I'm observing the same problem when adding this package in to a new Xcode project. Interestingly, I'm using it in another project (installed package many months ago) and it compiles with no errors. Xcode version 15.2 MapItemPicker 1.0.4 (both projects... the one that compiles with no errors and the one that fails on the errors listed in prior post)

JannThomas commented 1 month ago

Hi 😊 This should be resolved by #11