Fernando

Results 21 comments of Fernando
trafficstars

@changLiuUNSW same issue. do you find any solution with using librsvg ? I found this link `https://gitlab.gnome.org/GNOME/pango/issues`

@julianch how to you run badge? `fastlane plugin` or `standalone` ?

@Gremkow (cc @julianch ) In my case, i have same problem like yours. ### Solution 1. Open Terminal and make badge icon - `badge --shield Version-#{app_version}-blue -- dark` 2. remove...

@wiedem Thanks for solution! Here is my solution. open the Terminal and type it commands. ### Solution ```sh brew install librsvg ``` ```sh brew unlink pango ``` ```sh brew install...

@pjp0704 이슈 올려주셔서 감사합니다 확인해보고 처리할게요 👍

@M1zz @5anniversary 확인하였습니다 빠른대응과 이슈 남겨주셔서 감사합니다 👍 👍 👍

Thanks for comments. it' works fine too. My solution is 1. Create **Package.swift** ```swift // swift-tools-version:5.5 import PackageDescription let package = Package( name: "MyApp", defaultLocalization: "en", products: [ .library(name: "DangerDeps",...

@mrmans0n in my case, version ruby `2.4.1p111` is working. but when using new version ruby not working.

좋은글 감사드립니다