I'm using Xcode 16.3 and I want to add the key "NSUbiquitousContainers" but I cannot do it in the Entitlements file, it should be in info.plist file! I have done it before but in previous versions of Xcode when the info.plist was in the project navigator. However, now I cannot find the file and I did not find any way to create it! Please guide me in detail how to proceed (I'm not new to Swift or SwiftUI but not familiar to project settings)?
NSUbiquitousContainers
I did it! By adding NSAppClip to the info tab, the info.plist file is generated and I could remove the data and added my data for NSUbiquitousContainers! It works! Please close the question!