bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 85 forks source link

[DNR][DNM] LLDB crash Xcode 15.x #827

Closed thiagohmcruz closed 5 months ago

thiagohmcruz commented 7 months ago

Works around a LLDB crash happening on Sonoma + Xcode 15.x.

Pulling into rules_ios a change @jerrymarino did internally to fix the crash for us. I don't think there's an easy way to find a small repro since it was hard to repro even in our internal setup.

@jerrymarino let me know if you want to add more details here in the comments, maybe you can share a more detailed explanation of what was going on for future readers?

thiagohmcruz commented 7 months ago

This was supposed to be a draft, my bad for the notifications others might have received

thiagohmcruz commented 5 months ago

Closing this for now as I'm planning to re-visit it in a newer Xcode version