algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

Xcode 15.2 build error #307

Open bhunt352 opened 4 months ago

bhunt352 commented 4 months ago

After updating Xcode to 15.2 and targeting iOS 17.0 or higher, I am now receiving the following error at build time:

The package product 'AlgoliaSearchClient' requires minimum platform version 14.0 for the iOS platform, but this target supports 12.0

All iOS targets are above 12.0. This error only started after the update.

This issue was also reported in the git for the Algolia Search Client package as well. Is there a workaround for Instant Search until this is resolved?

sumeetK commented 3 months ago

same issue happens even pod install

bhunt352 commented 3 months ago

For what it's worth, there are other threads referencing this, including this one that worked for me. It looked like a patch is being worked on one of the branches.

https://github.com/algolia/instantsearch-ios/issues/305

"You can work around this issue by manually adding https://github.com/algolia/algoliasearch-client-swift to your project, and setting the resolution rule to be exact: 8.19.0"

sumeetK commented 2 months ago

any update new version

sumeetK commented 1 month ago

any update new version