ios_17_required_reason_api_scanner icon indicating copy to clipboard operation
ios_17_required_reason_api_scanner copied to clipboard

Is there a way to find a culprit?

Open ddaddy opened this issue 11 months ago • 0 comments

When I scan my app binary, it finds these (And I confirm from the Apple email that it also finds these):

NSURLContentModificationDateKey, NSURLCreationDateKey, NSUserDefaults

But when scanning my project using the text version, it only finds NSUserDefaults.

I assume the other 2 must be coming from a Swift Package.

So I performed a text scan of the DerivedData/Appname/SourcePackages/ folder where all the SPM packages are downloaded, but it still only finds NSUserDefaults in one of them.

Any idea what I might be missing here?

ddaddy avatar Mar 17 '24 09:03 ddaddy