xcode 11.6
@ionic/react capacitor app
I am not expert or anything, I just come up some solutions at web even i still have same problem. Maybe these could help someone.
These are some trouble shooting for that "TestFlight Black screen" issue, looks like something happening storyBoard since they(xcode) switch objective-c to swift. You can read detailed issue from here and here.
First check edit scheme>run>Build configuration , need to be "Release",
after that, I go over that article.
These didn't solve my problem, still looking solution. I don't wanna downgrade xcode.
UPDATED:7/22/2020
WE finally solved.
issue:We were getting black screen at TestFlight. Did not touch storyboard.
Check config.capacitor.json and see if u have localhost there,
delete URLs under server section..
we(I) forgot our URL localhost still there when we run release, to be honest i did not know that could be problem or never think to check there,
I spent time(days) to check storyBoard suggestions.