When we introduced IssueReporting to this library (#93) we added fileID/filePath/etc. to the access method, but only on the one that is for iOS <17 that does the dynamic checks. We need to add those arguments to the iOS 17+ version too to take advantage of being able to statically resolve that method at compile-time.
When we introduced IssueReporting to this library (#93) we added
fileID
/filePath
/etc. to theaccess
method, but only on the one that is for iOS <17 that does the dynamic checks. We need to add those arguments to the iOS 17+ version too to take advantage of being able to statically resolve that method at compile-time.