Hi @pedroatanasio,
is it expect behaviour to copy using bundle because.
The COPY_RESOURCES_FROM_STATIC_FRAMEWORKS build setting, previously used in the legacy build system to extract and copy the resources from a static framework to the target bundle, no longer has any effect with the new build system as the entire framework is copied instead (minus the static archive as described above)
How to deal about this for binary distortion of the SPM?
Post
Replies
Boosts
Views
Activity
Hi @TheDarkMatter,
Did Apple Code Level Support Team tell how to add privacy manifest for static frameworks?
Did anyone solve this issue?
I am using static framework and even after adding privacy file to SDK apple is't able to identify the privacy file and throws error like privacy file not found when I try to generate from archive. is there any folder structure or something that we have to follow to make it work?
Hi Everyone,
How to add PrivacyInfo.xcprivacy file for static library frameworks?
Hi @matkitjet @kimjitae,
If we have static framework then we don't include the PrivacyInfo.xcprivacy in the bundle? this will be included as part of the app itself?