fastlane-old/frameit

Framing screenshots at path error

andriyslyusar opened this issue ยท 1 comments

I am trying to integrate frameit and get next error:

$ fastlane screenshots
[13:19:09]: -------------------------------------------------
[13:19:09]: --- Step: Verifying required fastlane version ---
[13:19:09]: -------------------------------------------------
[13:19:09]: fastlane version valid
[13:19:09]: ------------------------------
[13:19:09]: --- Step: default_platform ---
[13:19:09]: ------------------------------
[13:19:09]: Driving the lane 'ios screenshots' ๐Ÿš€
[13:19:09]: ---------------------
[13:19:09]: --- Step: frameit ---
[13:19:09]: ---------------------
[13:19:10]: Framing screenshots at path ./fastlane/
[13:19:10]: `identify -format %m %w %h %b /var/folders/04/qy24_r296jvf2ld7wgp_zry00000gn/T/mini_magick20151222-45205-16lurfl.jpg[0]` failed with error:
identify: Not a JPEG file: starts with 0x0a 0x0a `/var/folders/04/qy24_r296jvf2ld7wgp_zry00000gn/T/mini_magick20151222-45205-16lurfl.jpg' @ error/jpeg.c/JPEGErrorHandler/322.

[13:19:10]: `identify -format %m %w %h %b /var/folders/04/qy24_r296jvf2ld7wgp_zry00000gn/T/mini_magick20151222-45205-1pgrppd.jpg[0]` failed with error:
identify: Not a JPEG file: starts with 0x0a 0x0a `/var/folders/04/qy24_r296jvf2ld7wgp_zry00000gn/T/mini_magick20151222-45205-1pgrppd.jpg' @ error/jpeg.c/JPEGErrorHandler/322

example of fastlane setup:
fastlane.zip

This issue was migrated to fastlane/fastlane#1720. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo ๐Ÿš€