Well I the silly Library Folder is hidden. It is under /Users/MyName/Library/Containter/maccatalyst where "Library" is hidden. You have to hit Finder->Go then toggle Option key to expose the hidden folder. !!!
Post
Replies
Boosts
Views
Activity
Geesh , Where are the Apple Developers ? Don't they ever read these and step up ?
I have this same problem. Accessing the section crashes.
override func tableView(_ tableView: UITableView, accessoryButtonTappedForRowWith indexPath: IndexPath) {
if indexPath.count != 2 {
print( indexPath.debugDescription )
print( indexPath.description )
print("hi")
}
// Outputs
// []
// []
// Then crashes
let row = indexPath.section == 0 ? indexPath.row : indexPath.row + 2
I guess not many people are clamoring for this answer. Alas, I too have the same problem. My Health exercise iOS app on apple desktop silicon goes dark with the screen saver. It is hard to do any health exercises when the screen saver kicks in. It works just fine on the iOS devices.