Post

Replies

Boosts

Views

Activity

Reply to Error code question
Hey Thuyu, Thank you for posting this observation. Yes, it's correct but how we can prevent this issue? If a user allows permission to read all photos that should allow us to read all photos but only the first run of app has an issue. Let me know if there is any workaround. Thank you!
Sep ’21
Reply to SwiftUI App Crashes only on Real iOS Device.
@Claide31 Crash does not occur if I comment out any these two blocks // 1 .background((cItem.hasPaymentTimeline || cItem.isOwner || cUserType == .customer) ? K.Colors.c3775CE : K.Colors.c678B8D) // 2 BadgeView(size: 6)         .offset(x: -13, y: -46) Actually if you try to use this code in a separate view there is not any issue, And that's why I can not identify the exact root cause of this crash.
Nov ’22