algolia / instantsearch-ios-examples

Example apps built with InstantSearch iOS
https://community.algolia.com/instantsearch-ios/
MIT License
66 stars 19 forks source link

Demo build errors #13

Closed aprato closed 4 years ago

aprato commented 4 years ago

With the current pod file cocoapods is unable to resolve dependancies. If I modify the podfile to remove the branches then the build fails.

VladislavFitz commented 4 years ago

Hey aprato, Thank you for your remark. An update has been pushed. Now the project uses Swift Package Manager as a dependency manager, so the correct dependencies will be fetched automatically once the project opened in Xcode 11. The dependencies versions in the Podfile has been fixed as well, if you cannot use SPM for some reason, please checkout the last commit with cocoapods compatibility.