-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Hello!
I have a problem using firebase-analytics. I'm trying to use $NSFirebaseAnalyticsWithoutAdIdSupport=true
in my Podfile and i find some problems.
First problem
The modification in Podfile didn't happen in the first run and only when I changed something in the project. So we need to use a different hook. The project is using before-checkForChanges.
Second problem
When the project runs the Hook, it breaks the project because it puts the var at the top of the file, creates a new target with the same name as the current target, and breaks the build.
Generated Podfile in platforms folder:
I created a sample project to reproduce this problem.
Metadata
Metadata
Assignees
Labels
No labels