Hi everyone,
As per my understanding, NSFileProviderTypeAndCreator is available only on macOS. But when going through the apple documentation, I could see two structs with the same name as above and shows its availability in both iOS and macOS.
Also, when I use the NSFileProviderTypeAndCreator struct in iOS, XCode throws an error saying the struct is not available.
Please help me in understanding the availability of NSFileProviderTypeAndCreator.