Post

Replies

Boosts

Views

Activity

error: type for self cannot be reconstructed: type for typename
Hi, i have met error below when i tried to po one attributes of an instance in my Xcode lldb: error: type for self cannot be reconstructed: type for typename "$xxxxx" was not found (cached) error: Couldn't realize Swift AST type of self. Hint: using `v` to directly inspect variables and fields may still work. Is there anybody met the same error before? I urgently want to know why this happen and how to fix this issue. My macOS Version is Sequoia v15.0.1, Xcode16.0. This problem showed after i upgraded my macOS and Xcode version.
9
20
1.1k
Oct ’24
Hosting app not receiving UIKeyboardDidChangeFrameNotification when keyboard frame changes
Hello, I am iOS developer who is developing a custom keyboard. Our team have been having trouble with the UIKeyboardDidChangeFrameNotification. I am looking for some help. My keyboard extension has a function that increases the keyboard height when enabled. However, the host can not always get the UIKeyboardDidChangeFrameNotification on such changes, causing layout problems in the hosting app. And here is my setup: Xcode 12.5, iOS 14.7.1 on iPhone 12 Pro Max. I debugged with a UITextField in a dummy application. One way to reproduce this issue is like this: Launch my keyboard in the hosting app (UIKeyboardDidChangeFrameNotification is received as expected) Toggle keyboard height change (UIKeyboardDidChangeFrameNotification is NOT received sometimes) Return to home. Open the hosting app, where my keyboard has resumed its normal height. (UIKeyboardDidChangeFrameNotification is NOT received sometimes) If anyone has met the same issue, please leave a comment below :). Thanks a lot.
0
0
446
Sep ’21