Eren Celik
Eren Celik
still same issue
@dreampiggy there is my code ``` ScrollView{ VStack { TabView(selection: $selection){ ForEach(service.productSecondImageArray.indices , id: \.self) { index in WebImage(url: URL(string: "https://aviled.com.tr/image/\(service.productSecondImageArray[index].image)")) .resizable() .indicator(.activity) .frame(width: screen.width - 30, height: 400) .aspectRatio(contentMode:...
and , get this error Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)