You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added FirebaseApp.configure() to didFinishLaunchingWithOptions. Now if I push another view controller I get the following leak:
If I do not move from the first view controller which is presented, the leak does not occur.
Relevant Code:
You can check the sample project which I created on GitHub. For security reasons, I omitted GoogleService-Info.plist, so you'll need to add it prior to running the project.
For some reason, instruments call tree is not populated for this trial project in the same way as for my original project, but the leak is still there and it is the same leak. Also, I've had some runs when the leak would not occur. From my experience, to reproduce it you need:
Attach to target and wait for the first leaks check which should be successful
Now click on "Trigger leak button". The second check should fail.
The text was updated successfully, but these errors were encountered:
[READ] Step 1: Are you in the right place?
Yes
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I have added
FirebaseApp.configure()
todidFinishLaunchingWithOptions
. Now if I push another view controller I get the following leak:If I do not move from the first view controller which is presented, the leak does not occur.
Relevant Code:
You can check the sample project which I created on GitHub. For security reasons, I omitted GoogleService-Info.plist, so you'll need to add it prior to running the project.
For some reason, instruments call tree is not populated for this trial project in the same way as for my original project, but the leak is still there and it is the same leak. Also, I've had some runs when the leak would not occur. From my experience, to reproduce it you need:
The text was updated successfully, but these errors were encountered: