Passing Image? from array to another array in another view. SwiftUI

Hello, I tried to pass Image? from array to another array in another view, but it failed. When I pass an object, I can read all date in the other view except Image?.

Hi there, give this forum post a look. Can you post your code too please?

My code
Actually when I picked the image, and append it to the array, I can not read it again in some place in the view, have a look to line 125

I solved it, I have to use UIImage not Image