Xcode 11 - error: Segmentation fault: 11 (in target 'x' from project 'x')

After Upgrading to Xcode 11, Circle CI is throwing an error:
error: Segmentation fault: 11 (in target ‘x’ from project ‘x’)

Hey, welcome to the forum! Were you able to resolve this? If not have you tried building this locally to see if the same issue exists?

Hello, thanks!
Yes I was able to solve it!
The issue was not related to xcode 11 specifically, I started removing code added to the PR line by line until I new where the issue was happening and fixed it.

Thank you

1 Like