ImageRenderer not in my xcode

Lately ive trying to create an image from a view. ImageRenderer was the most common way to do it but in my xcode is not showing the ImageRender Object Idk if im missing an import or it not called ImageRenderer anymore.
HELP!

Can you show what code you have so far?

Paste your code in as text, rather than providing a screenshot.

To format the code nicely, place 3 back-ticks ``` on the line above your code and 3 back-ticks ``` on the line below your code. The 3 back-ticks must be the ONLY characters on the line. The back-tick character is located on the same keyboard key as the tilde character ~ (which is located below the Esc key). You can also highlight an entire code block and click the </> button on the toolbar to wrap the block for you.

This also makes it easier for anyone assisting as they can copy the code and carry out some testing.

im trying to implement this to my app but ImageRenderer does not exists in my xcode or something

ImageRenderer is introduced in iOS/iPad 16 and macOS 13 (and whatever versions tvOS and watchOS will be on), which are still in beta until sometime this Fall. To use it, you must be using the beta versions of Xcode 14. Is that the version of Xcode that you are using currently?

thats probably why, thank you!!!