-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
In-App Messaging via SPM missing resource bundle #7715
Comments
I found a few problems with this issue:
|
It looks like the path to the Resources is wrong at https://github.com/firebase/firebase-ios-sdk/blob/master/Package.swift#L595. It should be @christibbs Would you validate and if possible, add a regression test to CI? |
We are facing the same issue here, any workaround? I will try to integrate manually... |
Thanks @christibbs. I was able to integrate manually, so we are going that way for now. But we would love to move to SPM when available :). |
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
I have Firebase integrated via SPM. I am trying to send a test message for In-App Messaging. The device receives the message but I get an error when it attempts to display:
7.8.1 - [Firebase/InAppMessaging][I-IAM400009] Display ran into error for message 592562000580575232: Error Domain=com.firebase.inappmessaging.display Code=1 "Resource bundle is missing." UserInfo={NSLocalizedDescription=Resource bundle is missing.}
Relevant Code:
N/A
The text was updated successfully, but these errors were encountered: