Closed felixspitzer closed 4 months ago
I think the file should not be integrated like this. It should not be a resource that remains when building
Set the "User Script Sandboxing" parameter to "No"
We're also facing this problem, would be great to have a fix for it. Still not solved in 3.1.1
.
Set the "User Script Sandboxing" parameter to "No"
Also, this does not solve it. We already had this property disabled in our project, still cannot build.
For example, Alamofire declares the .xcprivacy
file in this way (source):
s.resource_bundles = {'Alamofire' => ['Source/PrivacyInfo.xcprivacy']}
PrivacyManifest would have been moved to bundle in v3.1.2, please check.
This does seem to fix the problem on our side. Thanks!