I'm having the same issue still trying to test CKShare URLs in the simulator. Is this a known issue?
Post
Replies
Boosts
Views
Activity
• The jitter is pretty bad - I'd say at least 50 pixels up and down 4-5 times.
• Thanks for the link! I took a look and an approach like that makes sense. I'm trying to avoid writing code to scroll to the focused cells since this behavior is implemented by Apple. I suspect that perhaps this is an iOS 15 bug.
• I get no warnings in the issue navigator.
• I have no code to perform the scroll; it's being done automatically with becomeFirstResponder and the contentInsetAdjustmentBehavior of the UICollectionView set to it's default value of .Automatic
Added my reply below.
Thanks for the speedy and thoughtful follow-up Quinn!
I'm having the same issue when building archives, running on my test devices, and creating release builds. It doesn't stop Xcode from creating the archive, but it does throw a warning. I'm using an Xcode managed provisioning profile.
I'm not sure how to fix this. Just adding the capability to my entitlements file feels like a bad idea since I don't need this capability, but I do use HealthKit.
Thank you for the reply! Much appreciated knowing a fix is going to be deployed.
EDIT: This issue appears to be affecting a Double field in my CloudKit container. It only happens with one record in particular, but I can't figure out why. Would be happy to pass along additional details if it would help.