mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Segfault when building data model on Xcode 12b5 #339
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joeljfischer on GitHub (Aug 19, 2020).
Hello! I'm having an issue on Xcode 12b5 where my existing data models that run on Xcode 11 in a framework are causing a Segfault on compilation. I have not attempted to run this code on a previous beta to know if it worked.
Where the class looks something like:
@JohnEstropia commented on GitHub (Aug 19, 2020):
Thanks, this is a known issue and a workaround is available in the
newDemobranch.Unfortunately it looks like the actual fix won't make it for the final Swift 5.3 release, but the workaround should make your current code compile for now
Swift JIRA ticket: https://bugs.swift.org/browse/SR-13069
@JohnEstropia commented on GitHub (Aug 19, 2020):
@joeljfischer You can use the
newDemobranch directly for now. I'll be pushing that for a CoreStore update once the Xcode 12 GM build is released@joeljfischer commented on GitHub (Aug 19, 2020):
@JohnEstropia Thanks for the quick response. Unfortunately, I'm still seeing that issue after switching to the branch (using Cocoapods).
@JohnEstropia commented on GitHub (Aug 19, 2020):
@joeljfischer Oops, sorry it wasn't pushed. I just pushed it now so please try again
@joeljfischer commented on GitHub (Aug 19, 2020):
😂 No worries. That seemed to fix it! Thanks for the workaround. Hopefully it gets into Swift 5.3.1.