Post

Replies

Boosts

Views

Activity

Reply to Broken animation pushing with UINavigationController if keyboard is visible
Same here - (the back animation has the same issue)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to UIResponder doesNotRecognizeSelector crash on launch
Anyone figure this out?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to [_UISnapshotWindow actualSceneBounds]: unrecognized selector
@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.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Error when debugging: Cannot create Swift scratch context
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.
Replies
Boosts
Views
Activity
Apr ’21
Reply to Entering debugger: Cannot create Swift scratch context (couldn't create a ClangImporter)
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?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to Xcode 12 beta 1 `po` command in debug console doesn't work
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
Replies
Boosts
Views
Activity
Apr ’21
Reply to Entering debugger: Cannot create Swift scratch context (couldn't create a ClangImporter)
@idcrook thanks for your post! I ended up changing my shell from zsh to bash and the debugger started to work again.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’21