Posts

Post marked as solved
2 Replies
1.5k Views
After update to Xcode 13, I encounter this problem 2021-11-02 17:07:57:380 : Undefined symbols for architecture arm64: 2021-11-02 17:07:57:381 : "___gcov_flush", referenced from: 2021-11-02 17:07:57:418 : ___34-[MyAppDelegate doCoverageWhenEnterBackground]_block_invoke in MyAppDelegate.o 2021-11-02 17:07:58:243 : ld: symbol(s) not found for architecture arm64 However it is normal when it is compiled by Xcode12. I am pretty sure I follow the instructions in this article https://developer.apple.com/library/archive/qa/qa1514/_index.html Could anyone help me?
Posted Last updated
.
Post not yet marked as solved
0 Replies
369 Views
Edit 1: the picture cannot be viewd .... thus , here is the link to it https://drive.google.com/file/d/19SZ9KIXEYG0qQWVDaxYqCrF4rLbT_GEe/view?usp=sharingWe have encounter a strange problem that notifcation service extension may lead to duplicate notifcations.Our app used Notification Service Extension to improve user experance. As shown in the pic, it is the same notification receied at the same time. The only difference is one has Image while the other not. We have checked out backend server, the log shows that the notification had been sent only once. Many users only received the notifcation with image.We have checked many ways to reproduce this situation but failed. Our user, however, give us a feedback about this issue happened again.According to our user, one happened on iOS 13.1.3, the other happened on iOS 13.3Therefore, is there a way for us to sovle it?
Posted Last updated
.
Post not yet marked as solved
1 Replies
2.5k Views
As stated in title, I cannot get statusbar frame when start app. Does someone else meet this issus?It seems a bate 2 bug.My Device: iPhone 8OS: iOS 13 Bate 2
Posted Last updated
.