You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When I scan my app binary, it finds these (And I confirm from the Apple email that it also finds these):
But when scanning my project using the
text
version, it only findsNSUserDefaults
.I assume the other 2 must be coming from a Swift Package.
So I performed a
text
scan of theDerivedData/Appname/SourcePackages/
folder where all the SPM packages are downloaded, but it still only findsNSUserDefaults
in one of them.Any idea what I might be missing here?
The text was updated successfully, but these errors were encountered: