fastlane: Unsupported screen size [1668, 2224] - iPad Pro10.5 inch
New Issue Checklist
- [x ] Updated fastlane to the latest version
- [x ] I have read the Contribution Guidelines
Issue Description
when I ran fastlane frameit I get an error for some screenshot I got from snapshot just certain size, size [1668, 2224]. Everything else works just fine
I’m running it individually not with fastlane fastfile.
Complete output when running fastlane, including the stack trace and command used
You can use:
--capture_outputas the last commandline argument to get that collected for you
command used: fastlane frameit silver
Error Example: [19:10:54]: Framing screenshot ‘./en-US/iPadPro(10.5-inch)-0-seoul_en-d41d8cd98f00b204e9800998ecf8427e.png’ [19:10:54]: Unsupported screen size [1668, 2224] for path ‘./en-US/iPadPro(10.5-inch)-0-seoul_en-d41d8cd98f00b204e9800998ecf8427e.png’
Environment
Please run fastlane env and copy the output below. This will help us help you 👍
If you used --capture_output option please remove this block - as it is already included there.
✅ fastlane environment ✅
Stack
| Key | Value |
|---|---|
| OS | 10.12.5 |
| Ruby | 2.4.0 |
| Bundler? | false |
| Git | git version 2.10.2 |
| Installation Source | ~/.rvm/rubies/ruby-2.4.0/bin/fastlane |
| Host | Mac OS X 10.12.5 (16F73) |
| Ruby Lib Dir | ~/.rvm/rubies/ruby-2.4.0/lib |
| OpenSSL Version | OpenSSL 1.1.0e 16 Feb 2017 |
| Is contained | false |
| Is homebrew | false |
| Is installed via Fabric.app | false |
| Xcode Path | /Applications/Xcode.app/Contents/Developer/ |
| Xcode Version | 8.3.3 |
System Locale
| Variable | Value | |
|---|---|---|
| LANG | en_US.UTF-8 | ✅ |
| LC_ALL | ||
| LANGUAGE |
fastlane files:
No Fastfile found
No Appfile found
fastlane gems
| Gem | Version | Update-Status |
|---|---|---|
| fastlane | 2.44.1 | ✅ Up-To-Date |
Loaded fastlane plugins:
No plugins Loaded
Loaded gems
| Gem | Version |
|---|---|
| did_you_mean | 1.1.0 |
| executable-hooks | 1.3.2 |
| bundler-unload | 1.0.2 |
| rubygems-bundler | 1.4.4 |
| bundler | 1.15.1 |
| io-console | 0.4.6 |
| slack-notifier | 1.5.1 |
| CFPropertyList | 2.3.5 |
| claide | 1.0.1 |
| colored2 | 3.1.2 |
| nanaimo | 0.2.3 |
| xcodeproj | 1.4.4 |
| rouge | 2.0.7 |
| xcpretty | 0.2.8 |
| terminal-notifier | 1.8.0 |
| unicode-display_width | 1.3.0 |
| terminal-table | 1.8.0 |
| plist | 3.3.0 |
| public_suffix | 2.0.5 |
| addressable | 2.5.1 |
| multipart-post | 2.0.0 |
| word_wrap | 1.0.0 |
| tty-screen | 0.5.0 |
| babosa | 1.0.2 |
| colored | 1.2 |
| highline | 1.7.8 |
| commander-fastlane | 4.4.5 |
| excon | 0.57.0 |
| faraday | 0.12.1 |
| unf_ext | 0.0.7.4 |
| unf | 0.1.4 |
| domain_name | 0.5.20170404 |
| http-cookie | 1.0.3 |
| faraday-cookie_jar | 0.0.6 |
| fastimage | 2.1.0 |
| gh_inspector | 1.0.3 |
| uber | 0.1.0 |
| declarative | 0.0.9 |
| declarative-option | 0.1.0 |
| representable | 3.0.4 |
| retriable | 3.0.2 |
| mime-types-data | 3.2016.0521 |
| mime-types | 3.1 |
| little-plugger | 1.1.4 |
| multi_json | 1.12.1 |
| logging | 2.2.2 |
| jwt | 1.5.6 |
| memoist | 0.16.0 |
| os | 0.9.6 |
| signet | 0.7.3 |
| googleauth | 0.5.1 |
| httpclient | 2.8.3 |
| google-api-client | 0.12.0 |
| json | 2.0.2 |
| mini_magick | 4.5.1 |
| multi_xml | 0.6.0 |
| rubyzip | 1.2.1 |
| security | 0.1.3 |
| xcpretty-travis-formatter | 0.0.4 |
| dotenv | 2.2.1 |
| faraday_middleware | 0.11.0.1 |
| openssl | 2.0.2 |
generated on: 2017-07-01
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 33 (2 by maintainers)
+1 This is still an issue for me as well. Sorry, but it’s the only “red” I see in my beautiful fastlane CI build. 😉
Any solution available yet @Jules2010 @KrauseFx
Looks like new sizes are not added to the fastlane deliver script yet: https://github.com/fastlane/fastlane/blob/master/deliver/lib/deliver/app_screenshot.rb
There is no iPhone X size (1125x2436) or iPad 10.5 inch size (1668x2224)