Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 12 commits into from
Sep 8, 2021

Conversation

VladislavFitz
Copy link
Contributor

@VladislavFitz VladislavFitz commented Jul 7, 2021

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 VladislavFitz changed the title fix(compiler): Xcode 13 compiler issues fix(compiler): Xcode 13 beta compiler issues Jul 7, 2021
@VladislavFitz
Copy link
Contributor Author

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.

Copy link

@keremcesme keremcesme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This branch completely resolved Instant Search, Instant Search Core and Instant Search Insights errors starting with Xcode 13 Beta, I did not encounter any errors during my tests. It also works perfectly in my tester in Xcode 12.5. I did the final test in Xcode 13 beta 4.

@timdegraw
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants