Having a similar issue with Xcode 14 release from the App Store. It shows something about watch metadata, then stops after failing to prepare the phone (says the OS version is not compatible).
I understand you are not dealing with static sized cells, but for anyone else who stumbles upon this...
This may sound obvious, but in my experience the jumping only occurs when a cell size changes during a layout reset. So instead of using .estimated, I used .absolute with the same value (it was a static sized cell) and the jumping stopped.
Hello Shahsaood,
This forum is intended for developers to discuss creating software for Apple platforms, so questions unrelated to development would be a better fit for discussions.apple.com
As for the glitch, you should contact the developer directly and see what they recommend.
Having a similar issue with Xcode 14 release from the App Store. It shows something about watch metadata, then stops after failing to prepare the phone (says the OS version is not compatible).
I understand you are not dealing with static sized cells, but for anyone else who stumbles upon this...
This may sound obvious, but in my experience the jumping only occurs when a cell size changes during a layout reset. So instead of using .estimated, I used .absolute with the same value (it was a static sized cell) and the jumping stopped.
Hello Shahsaood,
This forum is intended for developers to discuss creating software for Apple platforms, so questions unrelated to development would be a better fit for discussions.apple.com
As for the glitch, you should contact the developer directly and see what they recommend.