Skip to content
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

iOS 14 bugs #57

Closed
nschmeller opened this issue Aug 31, 2020 · 2 comments
Closed

iOS 14 bugs #57

nschmeller opened this issue Aug 31, 2020 · 2 comments
Labels
bug Something isn't working ios-beta

Comments

@nschmeller
Copy link

iPhone 11, iOS 14 public beta 6, the moment I launch the app, I can feel my phone warm up.

Not sure if this is related to iOS 14, but I'd be happy to run a TestFlight version of this app (would that be feasible?).

Love the app! Thanks for making it!

@codetheweb
Copy link
Member

iOS 14 has two main known issues.

  • Crashes a few seconds after being backgrounded. This is an issue with my database dependency, Realm. Should be fixed after this PR is merged.
  • High CPU usage, as you've noticed. I've had trouble pinning this down but at this point it seems there's a bug in SwiftUI that causes an infinite rendering loop somewhere in the iOS beta. I'll continue to monitor it and re-evaluate it as new betas are released.

@codetheweb codetheweb added bug Something isn't working ios-beta labels Aug 31, 2020
@codetheweb codetheweb changed the title App runs hot on iOS 14 iOS 14 bugs Aug 31, 2020
@codetheweb
Copy link
Member

1.0.5 / iOS beta 7 should have fixed the crash-in-background issue.
And although performance could still be improved while scrolling, it no longer pins the CPU at 100% during no user interaction so I'll consider that fixed as well.
Closing for now, feel free to reopen if you still notice problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios-beta
Projects
None yet
Development

No branches or pull requests

2 participants