bugsnag / bugsnag-cocoa-performance

Monitor the start-up, screen loading and network requests of your iOS app and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/ios
MIT License
10 stars 8 forks source link

Warning: no rule to process file PrivacyInfo.xcprivacy of type 'text.xml' for architecture 'arm64' #301

Closed combinatorial closed 5 days ago

combinatorial commented 3 weeks ago

Describe the bug

Xcode reports "no rule to process file '/Pods/BugsnagPerformance/Sources/BugsnagPerformance/resources/PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'arm64' (in target 'BugsnagPerformance' from project 'Pods')"

Steps to reproduce

  1. Build app

Environment

Solution

I think the solution is to change the podspec here: "source_files": "Sources/BugsnagPerformance/**/*"

to be more specific like here: https://github.com/bugsnag/bugsnag-cocoa/blob/b29cdabec2f0d396a6a80ca1cfe7ee0bfdf04992/Bugsnag.podspec.json#L54

clr182 commented 2 weeks ago

Hi @combinatorial

Thank you for reaching out and raising this issue.

This does seem like a valid point. I've gone ahead and added this to our backlog and we will be sure to provide and update when priorities allow.

RobertoSmartBear commented 6 days ago

Hi @combinatorial 👋🏻,

The issue you’ve reported was fixed and deployed in the v1.8.1 release of bugsnag-cocoa-performance: Release v1.8.1 · bugsnag/bugsnag-cocoa-performance

Thanks for letting us know about this and please feel free to reach out again if you notice any further issues after upgrading your BugSnag Performance SDK.

combinatorial commented 5 days ago

thanks, I can confirm that's fixed.