I'm having trouble with NSPrivacyAccessedAPICategoryDiskSpace.
NSPrivacyAccessedAPICategoryDiskSpace appears when I list the symbols in the compiled binary.
My code uses NSFileManager to find and load resources, but it never checks the free space in the system or volume.
0000000000000000 *UND* _NSFileSize
0000000000000000 *UND* _NSFileSystemFreeSize
0000000000000000 *UND* _NSFileSystemSize
Even if I comment the NSFileMager code, just including the Foundation library leaves these symbols.
Any ideas?
Topic:
Programming Languages
SubTopic:
Swift
Tags: