Hello!
Our xcframework is based on .a library.
I try to put privacy manifest in ios-arm64 folder of xcframework。But after i generate privacy report, it didnot contain the privacy mainfest of this xcframework。
Our xcframework like this:
Tools.xcframework
Info.plist
ios-arm64
Headers
libTools.a
PrivacyInfo.xcprivacy
Anyone knows how to solve it? Thanks a lot.