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
595 stars 58 forks source link

Xcode 13 RC Instansearch Errors #194

Closed keremcesme closed 3 years ago

keremcesme commented 3 years ago

I am getting 51 new instasearch error in xcode 13 RC version. I don't get any error while building for simulator or device. But when archiving and building for Any IOS Devices (arm64) I get an error.

Screen Shot 2021-09-19 at 15 13 05
keremcesme commented 3 years ago

EDIT: The bug persists in Xcode 13 Release Version (13.0).

VladislavFitz commented 3 years ago

Hi @keremcesme, Thank you for reporting this issue, I'm actively working on a solution

VladislavFitz commented 3 years ago

@keremcesme Could you confirm if it works proprely with the fix?

keremcesme commented 3 years ago

@VladislavFitz I verified that thefix/xcode13-archive-issue branch resolved the bug. Thanks for your efforts 🙏