Hello,
I have an older app (2021) which has issued 35 crash reports with IOS 16.
The app reads steps data from HealthKit and sends this data to our server. This involves user permissions to read the data and the app has safeguards not to try and read any data without permissions (unless the user explicitly denies access via setting (after accepting)
There is one line in the crash report which points to a @IBOutlet weak var prompt: UILabel!
I would appreciate any help identifying the actual cause of the crash.... and how to identify the cause also.
Thanks