You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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/**/*"
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.
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
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
The text was updated successfully, but these errors were encountered: