Closed daltonclaybrook closed 4 years ago
I found a few problems with this issue:
Thanks for the report.
I see the issue of the missing Info.plist
files, but I'm able to start in the simulator without a problem. Make sure they're NOT included in the Carthage copy-frameworks
Build Phase.
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 copy-frameworks
phase. Removing them fixed my issue.
Great! I'll leave this issue open to add back the Info.plist
files.
Sorry, I met the same question, how to create these info.plist. And what the plist content look like?
@Bruce9487 The solution is to make sure the Firebase frameworks are not in the copy-frameworks
phase.
[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: