-
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
157237503: InAppMessagingDisplayResources.bundle not included in framework #5663
Comments
I found a few problems with this issue:
|
@laurenmarshallVS Thanks for the report. We'll take a deeper look in the next week or two. In the meantime, a workaround would be installing |
Please try adding the files in |
Hey @laurenmarshallVS. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
1 similar comment
Hey @laurenmarshallVS. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @laurenmarshallVS if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
@paulb777 What more information do you need? Manually adding the files doesn't solve the problem. |
@laurenmarshallVS Does adding the files in Pods/FirebaseInAppMessaging/FirebaseInAppMessaging/Resources to the Xcode project and target fix the build? |
It does not because it's looking for a bundle. |
Also, when I manually made my own bundle out of the resources, it would crash the app. |
OK thanks. I've reopened for investigation. |
Investigating... will follow up this week. |
Still looking into this, @laurenmarshallVS. Personally I'm having other issues with Rome setup as well. I'll update the instructions after resolving this. |
Is this still an issue? With the emphasis on adding Swift Package Manager support, we're not investing too much in atypical package managers like Rome. |
@paulb777 I haven't tried again since we decided to drop attempting to use FirebaseInAppMessaging in our application. It doesn't mean that it's still not a problem in general though. It would need to be fixed if you are supporting Rome, but if you are dropping support for Rome, then it wouldn't matter. |
OK thanks. We'll leave this open for now, but at a low priority. |
This definitely still needs attention and I don't think is related to Rome as I'm not even using it. I'm having this problem when using this with the cordova-plugin-firebase-inappmessaging@4.0.0 which is including Firebase/InAppMessaging ~> 7.0.0 pod. There is also a corresponding bug in cordova-plugin-firebasex that seems identical (though I don't use that plugin): There is no known work around that I can find. I've also opened this issue with that plugin:
|
Closing for staleness. Rome is not a priority for us. |
Step 1: Describe your environment
Step 2: Describe the problem
When following the steps in the Rome setup instructions, then the bundle does not exist in
Rome/FirebaseInAppMessaging.framework/InAppMessagingDisplayResources.bundle
.No bundle is created.
NOTE: If I use CocoaPods 1.6.2, then the bundle is created properly.
Steps to reproduce:
Run
bundle exec pod install
with the Podfile listed below. No bundle is created in theFirebaseInAppMessaging.framework
. Without the bundle, the app is not able to use the framework.Relevant Code:
Podfile
Gemfile
The text was updated successfully, but these errors were encountered: