AppPreview: Record iOS-Simulator w/ 100% scale while showing 33% scale

149 views Asked by At

I want to prepare my AppPreview with the iOS iPhone 7 Plus simulator. To be able to operate the app, I need to scale 33% on my monitor. Is it possible to still output the video at 100% in order to get the best quality for the AppPreview?

1

There are 1 answers

2
Jeremy Huddleston Sequoia On BEST ANSWER

Turn off 'Optimize Rendering For Window Scale' from Simulator's Debug menu to cause the buffer to be at the pixel resolution of the device. Then, you'll be able to record in full resolution via xcrun simctl io booted recordVideo ...