Reputation: 5590
My app freezes on the splash screen when "Bold Text" is enabled in System Settings -> Display and Brightness on iOS 13. If the app is installed on an iPhone 11 there is no problem but when the app is installed in a previous iPhone (X, XS, 8, 8S...) it freezes on splash screen and the only way to fix it is to:
XCode doesn't show me any crash or any other information when I debug my iPhone 6S or iPhone XS.
Can someone help me? Thank you so much
Upvotes: 1
Views: 341
Reputation: 5590
Solved. When "Bold Text" was enabled in System Settings -> Display and Brightness on iOS 13, I was unable to set the frame of a view and this caused a loop in my app. I can't understand why this don't happen when bold text is disabled on the display and brightness system settings...
Upvotes: 1