-
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
[Carthage] Some frameworks are missing Info.plist files and fail installation in Simulator #5562
Comments
I found a few problems with this issue:
|
Thanks for the report. I see the issue of the missing Anyway, I'll take a look at including them in the next release. |
It seems this has existed for several releases and seems to be mostly innocuous. Since there is a relatively easy workaround, I'm not going to prioritize for the next release. |
Thanks for the quick reply @paulb777. You're right, I had erroneously included these frameworks in the |
Great! I'll leave this issue open to add back the |
Sorry, I met the same question, how to create these info.plist. |
@Bruce9487 The solution is to make sure the Firebase frameworks are not in the |
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
I'm attempting to use the Firebase Analytics framework using Carthage, but when I attempt to run the app on the simulator with this framework and dependent frameworks included in the bundle, I receive the following error in Xcode:
Upon inspection of the framework in the Carthage builds folder, it is clear that this framework does not contain an Info.plist. As a test, I manually created an Info.plist for this framework and received the error again for
FIRAnalyticsConnector
andFirebaseAnalytics
. Once I created Info.plists for all three frameworks, the build seems to install correctly.Steps to reproduce:
The text was updated successfully, but these errors were encountered: