Guglielmo Faglioni
Guglielmo Faglioni
fixed in https://github.com/fastlane/fastlane/pull/20777
Hi @getaaron, this is what I see... Am I missing something?
> This looks good and might be a good opportunity to add in newer iPad generations too if possible? I'm happy to make the change myself on this branch if...
Yes, deliver will error out. The App Store doesn't allow iPhone XR screenshots anymore. This is what happens when you try to manually upload an iPhone XR screenshot:
any update?
@mindthefrog I've solved it in https://github.com/fastlane/fastlane/pull/20917 using the frame as a mask, that way the screenshot will be clipped automatically and not "bleed" outside of the frame. https://github.com/fastlane/fastlane/blob/e8e617cf19d2e27b8d493ee80d30b29b877b94e3/frameit/lib/frameit/editor.rb#L112