Post not yet marked as solved
I ran into the same problem. Xcode 13.3 (Beta 1) als presents this warning.
Post not yet marked as solved
With iOS 15.4 Beta 1 it now works again, but I am not sure if this is just because the iPhone rebooted.
Post not yet marked as solved
I can reproduce this issue with my iPad and my iPhone both on iOS 15.3.
Post not yet marked as solved
Is this also happening if you put your app in the background while your device is connected to the debugger (Xcode)? Is this also happening if you but the app in the background and immediately switch back to it, or only after some time? Maybe a background task completion block isn't called correctly?
Post not yet marked as solved
Apple told me that my problem is the current app state (Removed from Sale). I had to release a new app version, after the app state changed to Read for Sale I also cold install TestFlight builds again.
Post not yet marked as solved
I have also 13.4.1 on my devices. If I try it on a Simulator (with 13.4.1) everything works ok. I'll try it on a iOS 12 device tomorrow.I have already filed a radar (feedback)
Post not yet marked as solved
Hi,I have a similar problem see: https://stackoverflow.com/questions/61270644/sirikit-custom-intents-an-localization-problem
Post not yet marked as solved
Also doesn't work on iOS 13.1 beta 1 ๐
Xcode 11 Beta 6 doesn't solve the problem for me. ๐I have also created a Stackoverflow question: https://stackoverflow.com/questions/57567415/uilabel-in-uitableviewcell-in-xib-file-ignores-dark-mode
I have the same problems since Beta 5, will also wait for the next Beta version. ๐
Post not yet marked as solved
Thanks for your answer. Your are right I don't need a CKServerChangeToken to implement CKSubscriptions. But if I get a notification that something changed from a CKDatabaseSubscription. I have to fetch the changes via CKFetchDatabaseChangesOperation and CKFetchRecordZoneChangesOperation therefore I have to use the CKServerChangeToken.Or do I understand something wrong?
Post not yet marked as solved
Since Beta 4 everything seems fine again.
Post not yet marked as solved
Another strange thing is that i can browser the folder ~/Library/Messages via Finder, but if it try ls ~/Library/Messages in the Terminal I get the following error: Operation not permittedAny ideas why this could happen?
Post not yet marked as solved
Can confirm this problem with Beta 2.