at-internet / piano-analytics-apple

Piano Analytics Apple SDK repository
https://developers.atinternet-solutions.com/piano-analytics/
MIT License
7 stars 13 forks source link

3.1.0 with xcprivacy changes prevents building #25

Closed felixspitzer closed 4 months ago

felixspitzer commented 5 months ago

Screenshot 2024-06-04 at 08 15 28

felixspitzer commented 5 months ago

I think the file should not be integrated like this. It should not be a resource that remains when building

alexey-troshkov commented 5 months ago

Set the "User Script Sandboxing" parameter to "No"

screen
rubenrdias-twipe commented 4 months ago

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']}

alexey-troshkov commented 4 months ago

PrivacyManifest would have been moved to bundle in v3.1.2, please check.

rubenrdias-twipe commented 4 months ago

This does seem to fix the problem on our side. Thanks!