Hi, I have a video file of about 4GB.
When I try to read the file by using the function Data(contentsOf: <URL>, options: <Data.ReadingOptions>). It will be leak memory and crash the app.
How can I control this issue?
When I try to read the file by using the function Data(contentsOf: <URL>, options: <Data.ReadingOptions>). It will be leak memory and crash the app.
How can I control this issue?