Post

Replies

Boosts

Views

Activity

Issue with Xcode13.0 ,cannot obtain detail crash info with specific app version on a centain day
In xcode12.5, we can get the detailed crash data in a specific app version and on a certain day through the path Xcode/.../crashes/Appstore/***.xcrashpoint/distributioninfo /.../info.json, but the file format has been modified in xcode13.0 to become Xcode/.../crashes/points/***.xcrashpoint/filters/.../ distributioninfo.json, we failed to query crash data in a specific app version on a certain day with this new file My setup is Xcode 13.0, macOS Big Sur 11.5.2; We can't see the detail info of the crash in a specific version on a specific date from the data downloaded from Xcode13, so we can't record the crash details of our app version in detail Please check this problem, and if anyone had the same issue, please comment below;
2
0
539
Oct ’21
Issue with UIKeyboardDidChangeFrameNotification: not receiving notification sometimes
Hello, I am developing a custom keyboard. Our team have been having trouble with the UIKeyboardDidChangeFrameNotification. I am looking for some help. My keyboard extension changes its height when certain functions are triggered by the user. However, the hosting app do not always get the UIKeyboardDidChangeFrameNotification on keyboard height changes, which causes layout problems in the host. My setup is: Xcode 12.5.1, iOS 14.2 on iPhone 12 mini. I debugged with a UITextField in a dummy application. The problem can be reproduced with the following steps: Launch the keyboard in the dummy app. Toggle some function that changes the keyboard height. Here the UIKeyboardDidChangeFrameNotification is NOT received in the host sometimes. Return to home and re-open the host, where the keyboard resumes its normal height. Here the UIKeyboardDidChangeFrameNotification is NOT received in the host sometimes. From my experience, this issue has been around for years and we still get complaints from our users every month. If anyone has had the same issue, please leave a comment below :)
0
0
577
Sep ’21