Same here - (the back animation has the same issue)
Post
Replies
Boosts
Views
Activity
Anyone figure this out?
@Burnsides were you able to reproduce applicationState == .background within didReceiveRemoteNotification? When would such a case occur? when it does occur should the navigation still happen?
Every time I try to reproduce, applicationState == .inactive.
@idcrook thanks for your post! I ended up changing my shell from zsh to bash and the debugger started to work again.
Finally got this to work. Try changing your shell from zsh to bash (then back if you need to). See my answer here.
https://developer.apple.com/forums/thread/651375
After hours, days, and weeks of trying to fix this issue, I finally got it to work! Try this:
Change your shell from zsh to bash.
chsh -s /bin/bash
Run your project and debugger should work as expected. Then change your shell back to zsh and the debugger should still work.
I’m not sure what happened or why but I hope this can help someone!
Xcode Version: 12.4 (12D4e)
Mac OS Big Sur 11.1
Hey @idcrook ive tried removing all my .zsh files in my home directory but still getting the same issue. Where exactly did you find your csh-backed shell utility? was that in your homre directory?
Still getting this on Xcode 12.4 Intel Macbook Pro Big Sur 11.1. I've tried removing all my zsh dot files like @idcrook said but it still says "Cannot create Swift scratch context (couldn't create a ClangImporter)". On a brand new user account it does work though. Please let me know if anyone has any other ideas to try.