The shareFile() function is where the warning occurs.
let ac = UIActivityViewController(activityItems: [fileURL], applicationActivities: nil)
present(ac, animated: true, completion: nil)
Scouring the internet for other code resources for UIActivityViewController all return the same warning.
this is on an iPhoneXR 15.1 xcode 13.2.1
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: