Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when using fast lane and Carthage #66

Closed
nicollis opened this issue Jan 22, 2018 · 2 comments
Closed

Crashes when using fast lane and Carthage #66

nicollis opened this issue Jan 22, 2018 · 2 comments

Comments

@nicollis
Copy link

Crashes with the error below. Works when I delete the problem files from the checkouts folder.

Would be great if I could scope the Fastlane plugin to only change a defined assets folder

[14:06:24]: `identify -format %m %w %h %b ./Carthage/Checkouts/facebook-ios-sdk/samples/Scrumptious/scrumptious/Images.xcassets/AppIcon.appiconset/Icon-29.png[0]` failed with error:
identify: CgBI: unhandled critical chunk `./Carthage/Checkouts/facebook-ios-sdk/samples/Scrumptious/scrumptious/Images.xcassets/AppIcon.appiconset/Icon-29.png' @ error/png.c/MagickPNGErrorHandler/1711.
@jschmid
Copy link

jschmid commented Mar 12, 2018

@nicollis you can already select the folder you want, with something like that:

    add_badge(
      shield: "v-1.2-orange",
      no_badge: true,
      glob: "/MyProject/Assets.xcassets/AppIcon.appiconset/*.png",
    )

@HazAT
Copy link
Owner

HazAT commented Nov 27, 2018

Closing this since the issue seems to be resolved with glob option.

@HazAT HazAT closed this as completed Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants