I have been stuck on a problem since last week. The thing is when I build on my phone/simulator, my app works well shows like the first picture with label and texts showing perfectly. But, when I archive and upload to testFlight or exports, it shows like the second picture(No visible Text/UILabel anywhere in the app). Things I’ve tried:
custom font: I was able to override the systemfont successfully but still faced with the same problem after upload
accessibility inspector: I was able to read out the texts in the label meaning they are there but not showing.
This is the correct way for the app to show. The text and labels should be visible:
This is how it is showing when i upload and install from Testflight. All text and labels blank (even UIAlertViewController
):