Privacy manifest for xcframework with static libraries

Hello.

We provide the SDK in the form of a static library wrapped in the xcframework. Therefore, the final app will not include any embedded frameworks.

I know that when an SDK is included in an app using the embed method, there is a separate privacy manifest for the SDK in the app. However, since static libraries are usually included in a do not embed manner, I wonder if there is another way.

Also, if use SPM, cannot specify the embed format separately. Therefore, when creating a Privacy Report in the app, the privacy manifest item included in the SDK is not included.

I wonder if there will be no problem if I simply include the privacy manifest file in the xcframework. (Even if it is not included separately in the app like a dynamic library)

Any response would be appreciated.

My team uses static libraries made with C and C++, which are distributed in the form of .a. Are you in the same situation?

Did you solve the problem?

Privacy manifest for xcframework with static libraries
 
 
Q