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
592 stars 55 forks source link

fix(compiler): Xcode 13 beta compiler issues #179

Closed VladislavFitz closed 2 years ago

VladislavFitz commented 3 years ago

Summary

An attempt to build the project with Xcode 13 (beta 2) leads to compiler errors such as Segmentation fault and Illegal instruction.

Result

Project successfully compiles with Xcode 13

VladislavFitz commented 3 years ago

I managed to eliminate the segmentation fault, but the compiler still produces a bunch of Illegal instruction: 4 errors with no explanation. It seems to be an internal compiler issue, so let's wait for the further Xcode betas before proceed.

timdegraw commented 2 years ago

@VladislavFitz I can confirm that this branch compiles on Xcode 13 Beta 5