ViewDidAppear infinite loop on startup

I need to reorganize the application and move the obsolete code to the framework.

I completed the first part of the migration. But when I run my application, I have an infinite loop on the first screen

enter image description here

By default, ViewController is a simple UIViewController without a custom class.

+7
ios xcode xcode8 firebase
source share
1 answer

Do this: In Info.plist (application) set FirebaseAutomaticScreenReportingEnabled to NO (bool)

and for a more detailed study of this issue: the same question

+12
source share

All Articles