The following always returns nil on all iPhone 11 simulators but works fine on devices and simulators prior to 11.
let containerURL = fileManager.containerURL(forSecurityApplicationGroupIdentifier: "group.my.group.name.here")
Anyone else encounter this? What is the solution?