mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Question: 'CoreStore was compiled with optimization' -- a crash #58
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 @wm-j-ray on GitHub (May 18, 2016).
I must be doing something wrong. After I get successful stack creation I am trying to insert a record and I am getting the following error and a crash:
I'm not sure what this error means or what I'm doing wrong. Any help would be appreciated and thanks in advance
The offending line is 67 in BaseDataTransaction.swift and here is my complete code.
@JohnEstropia commented on GitHub (May 19, 2016):
This has nothing to do with CoreStore, or your code for that matter. This is a problem that sometimes happen when you put a breakpoint in Xcode but the debugger can't read variable (for the debugger) due to optimizations. See http://stackoverflow.com/questions/32772573/project-name-was-compiled-with-optimization-stepping-may-behave-oddly-varia
The crash is just Xcode crashing, not your app.
@wm-j-ray commented on GitHub (May 19, 2016):
Thanks John.
And thanks for all the hard work on CoreStore.
On May 19, 2016, 9:03 AM -0400, John Estropianotifications@github.com, wrote: