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

fix: Remove Objective-C leftovers from the Insights causing the crash #186

Closed VladislavFitz closed 3 years ago

VladislavFitz commented 3 years ago

Summary

Crash report. The reason of this crash is the issue in the Swift - Objective-C interoperability explained here.

This PR fixes this crash by removing the Objective-C leftovers of the standalone Insights library.