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

[FirebaseMessaging] no rule to process file 'PrivacyInfo.xcprivacy' of type 'text.xml' with CocoaPods #12511

Closed
HikaruSato opened this issue Mar 11, 2024 · 1 comment · Fixed by #12513
Assignees

Comments

@HikaruSato
Copy link
Contributor

Description

When installing FirebaseMessaing 10.22.1 on CocoaPod, the following warning appears.

no rule to process file xxx/Pods/FirebaseMessaging/FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy' of type 'text.xml' for architecture 'arm64'

This is probably because PrivacyInfo.xcprivacy is included in FirebaseMessaing's Compile Sources.

Reproducing the issue

Install and build FirebaseMessaging 10.22.1 with CocoaPod

Firebase SDK Version

10.22.1

Xcode Version

15.2

Installation Method

CocoaPods

Firebase Product(s)

Messaging

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
 - Firebase/Messaging (10.22.0):
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.