Indicator Problem
Hello, today I updated pods and after last release activity indicator is not working and when I tried to use it my project is crashing.
precondition failure: attribute failed to set an initial value: 115
Button(action: {
self.username = self.authVM.user.username!
self.openSheet.toggle()
}) {
WebImage(url: URL(string: self.authVM.user.avatar!.userAvatarPathSmall()))
.resizable()
.indicator(.activity)
.frame(width: 32, height: 32).cornerRadius(16)
}.buttonStyle(PlainButtonStyle())
You need to clean and recompile. This looks like something inside SwiftUI
You need to clean and recompile. This looks like something inside SwiftUI
I tried clean and recompile again and same error unfortunately :/
What's the version before you bump to the latest version ? I can have a check at code diff in indicator.
What's the version before you bump to the latest version ? I can have a check at code diff in indicator.
Here it is, I'm using activator on every image and this problem only occurs image that I used at navigation bar item.

i have the same issue after updteing pod app get crash when try load images WebImage(url:url) .indicator(.progress(style: .default))
