I face the same issue. It work well on simulator but doesn't work on my iPad Pro 12"
Failed to create 0x88 image slot (alpha=1 wide=1) (client=0x76821718) [0x5 (os/kern) failure]
`ScrollView(.horizontal){
HStack{
Spacer(minLength: 20)
ForEach(filteredImagesItemList) {imagesItem in
NavigationLink {
NavigationStack {
ImageView(imagesItem : imagesItem)
}
} label: {
RectImageItemView(imagesItem : imagesItem)
}
Spacer(minLength: 40)
}
}.padding()
}
Topic:
Programming Languages
SubTopic:
Swift
Tags: