BackgroundSession <718D5D45-DF8F-4DBA-8FD0-12C532C1C60C> FAILED to UNLINK download file: /var/mobile/Library/Caches/com.apple.nsurlsessiond/Downloads/com.________/CFNetworkDownload_i0tjhI.tmp, errno:1, desc: Operation not permited

Hello,

I am getting this error in my application since I upgrade my phone iOS to 16. I was not having this problem with version 15.

BackgroundSession <718D5D45-DF8F-4DBA-8FD0-12C532C1C60C> FAILED to UNLINK download file: /var/mobile/Library/Caches/com.apple.nsurlsessiond/Downloads/com._______________/CFNetworkDownload_i0tjhI.tmp, errno:1, desc: Operation not permitted

The user tap on a button so he can take a picture or select an image in library. Then, the the file is uploaded into Firebase Storage. Then, I am supposed to collect the file url after the upload in Firebase Storage. This was working perfectly. My code has not been modified. Only the iOS. Now my application is not working properly. Any recommendation or solution? Thank you.