Automattic / Gridicons-iOS

Gridicons is a tiny framework which generates Gridicon images at any resolution.
GNU General Public License v2.0
25 stars 12 forks source link

Crash on property "icon" on AppStore build when retrieve source code from CocoaPods #65

Open romanbayik opened 2 years ago

romanbayik commented 2 years ago

I have faced with an issue that takes place only on AppStore (Testflight) build. Working properly when running on physical device or simulator.

Discover that the issue is inside property "var icon: UIImage {" in GridironsGenerated.swift. The assets.car is absent and it crashes. I have Gridicons installed with CocoaPods, latest version.

Does anyone have same issue?

p-chestnykh commented 2 years ago

same stuff

mokagio commented 2 years ago

Hi @romanbayik and @p-chestnykh 👋

From what I can see from your report, https://github.com/Automattic/Gridicons-iOS/pull/66 should address the issue. We published a new version, 1.2.0, which includes that change. Have you had a chance to try it?