Posts

Post not yet marked as solved
4 Replies
Post not yet marked as solved
18 Replies
@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.
Post not yet marked as solved
38 Replies
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.
Post marked as solved
5 Replies
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?
Post not yet marked as solved
10 Replies
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
Post not yet marked as solved
38 Replies
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