"Screenshot for localization issue"exporting localization

I'm having a similar issue as described in this stackoverflow. I have a UITest that generates screenshots but when I export, I get this warning without additional information. Anyone know how to fix this or if there are any good logs as to what is happening?


https://stackoverflow.com/questions/58185911/xcode-11-xctestplan-cant-export-screenshots

Replies

Really happy with my WWDC20 lab "visit". In the test plan, It turns out that if you don't set the Application Region from System Region to a specific region for the different variants, the files generated end up missing information. Then a quick deletion of the app's folder in DerivedData fixed the issue.
Post not yet marked as solved Up vote reply of tdc Down vote reply of tdc