Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
combinatorial opened this issue Aug 24, 2024 · 3 comments
Labels
released This feature/bug fix has been released

Comments

@combinatorial
Copy link

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

  • BugSnag Performance library version: 1.7.0
  • BugSnag Error Monitoring library version (if any): 6.30.1
  • CocoaPods version: 1.15.2
  • iOS/tvOS/macOS version(s): 17
  • Simulator or physical device: n/a
  • Xcode version: 15.4 (15F31d)
  • Swift version (if applicable):

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
Copy link

clr182 commented Aug 27, 2024

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.

@clr182 clr182 added bug Confirmed bug backlog We hope to fix this feature/bug in the future labels Aug 27, 2024
@RobertoSmartBear
Copy link

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.

@RobertoSmartBear RobertoSmartBear added released This feature/bug fix has been released and removed bug Confirmed bug backlog We hope to fix this feature/bug in the future labels Sep 10, 2024
@combinatorial
Copy link
Author

thanks, I can confirm that's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This feature/bug fix has been released
Projects
None yet
Development

No branches or pull requests

3 participants