-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoalViewController crashes when logging out and then logging in again #590
Comments
I still see it. Steps to reproduce: |
I've tried the instructions above and been unable to reproduce. Could you provide any more detail? e.g. device vs simulator, ios version, etc. |
Best I can do so far is
Simulator was an iPad M4 with iOS 18.2. |
Thanks for providing the stack. To confirm my understanding, I think this is a different crash from the one talk about in #590 (comment) ?
|
From #537 (comment)
unfortunately that has the side effect of the app crashing when accessing goal.lastModifiedLocal at GoalViewController.updateLastUpdatedLabel upon signing into the app.
<Goal: 0x600002148aa0> (entity: Goal; id: 0xblahblahblah9494 x-coredata://blahblah-F9F9-4FB3-BD1B-blahblah/Goal/p385; data: {
alertStart = nil;
autodata = nil;
data = "<relationship fault: 0x600000383740 'data'>";
deadline = nil;
graphUrl = nil;
healthKitMetric = nil;
hhmmFormat = nil;
id = nil;
initDay = nil;
lastModifiedLocal = nil;
lastTouch = nil;
leadTime = nil;
limSum = nil;
owner = nil;
pledge = nil;
queued = nil;
recentData = "<relationship fault: 0x6000003829a0 'recentData'>";
safeBuf = nil;
safeSum = nil;
slug = nil;
thumbUrl = nil;
title = nil;
todayta = nil;
urgencyKey = nil;
useDefaults = nil;
won = nil;
yAxis = nil;
})
The text was updated successfully, but these errors were encountered: