Post

Replies

Boosts

Views

Activity

Reply to App crashes: CA::Render::InterpolatedFunction::encode(CA::Render::Encoder*)
Our team has this crash reported to Crashlytics, but not reproducible locally. We are not using Shimmer, but we do have some similar code for example .mask(LinearGradient(gradient: Gradient(stops: [ .init(color: .clear, location: 0), .init(color: .black, location: 0.05), .init(color: .black, location: 0.95), .init(color: .clear, location: 1), ]), startPoint: .leading, endPoint: .trailing)) When I looked at the fix on Shimmer repo, it seems adding one line for animation .animation(animation, value: isInitialState) solves it. wondering if it is the same fix for my code. If anyone can help, that would be highly apprecaited!
Topic: UI Frameworks SubTopic: General Tags:
Feb ’24
Reply to App crashes: CA::Render::InterpolatedFunction::encode(CA::Render::Encoder*)
Our team has this crash reported to Crashlytics, but not reproducible locally. We are not using Shimmer, but we do have some similar code for example .mask(LinearGradient(gradient: Gradient(stops: [ .init(color: .clear, location: 0), .init(color: .black, location: 0.05), .init(color: .black, location: 0.95), .init(color: .clear, location: 1), ]), startPoint: .leading, endPoint: .trailing)) When I looked at the fix on Shimmer repo, it seems adding one line for animation .animation(animation, value: isInitialState) solves it. wondering if it is the same fix for my code. If anyone can help, that would be highly apprecaited!
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Unable to export for Ad Hoc or Development distribution with Xcode 13.3 RC
Seeing this issue with Xcode 13.4.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to 'NTLM' authentication is not supported (-1) Xcode 13.3
I met exact same error with ADO using Xcode 13.3. (Xcode 13.2.1 works fine!) However, my team already disabled windows authentication: Can someone help what we can do in this case?
Replies
Boosts
Views
Activity
Apr ’22