Closed eunyongeom closed 1 year ago
I think the problem occurred because I built it incorrectly. After rebuilding it, the crash problem went away.
Thanks for the update @eunyongeom. There is a known issue with incremental compilation of Swift since Xcode 14 which can cause random EXC_BAD_ACCESS
crashes if a struct or other data type is altered to occupy more memory (eg adding an extra field) than before. The solution is to do a clean build.
@mluisbrown
Thank you for your reply.
Does this issue only occur in ReactiveSwift
?
Or is it a problem that other libraries can also occur?
This issue can occur in any project. People using the Composable Architecture also see it a lot.
After updating to xcode15, the following crashes occur. Due to these problems, I am unable to update to xcode15. I would greatly appreciate your help.
duringLifetimeOf
crashtryToDisposeSilentlyIfQualified
crash