Posts

Post not yet marked as solved
9 Replies
I receive the reply email from apple support. They still try to find the root cause, but they give us a temporary solution (which I think they modify on their server) Then I rebuild my app and upload it, this time I receive an error during uploading, it's about wrong supported platform in third party framework Info.plist (it supports iphonesimulator in its info.plist) After modify the info.plist only, everything start to work, and we can start to test it on testflight
Post not yet marked as solved
9 Replies
I encounter the sam error too, and exactly what you have done. Does anybody knows how to resolve it?
Post not yet marked as solved
3 Replies
we found that there are unfinished animations in navigationbar's layer which will result in such case. If we remove all animations on the layer, navigationbar become normal again. We don't know in which case the navigation bar won't finish its animations
Post not yet marked as solved
3 Replies
Thanks for your reply. Our app has already replaced automatic with fullscreen before the problem occured. Due to UIModalPresentationAutomatic is defined in iOS 13 SDK, and we build against with iOS 12 SDK (still use XCode 10.x), I don't think such replace really takes effect.I will still try to reproduce it.