Turning Firebase Analytics on on Xcode

后端 未结 3 1465
鱼传尺愫
鱼传尺愫 2021-01-30 19:13

I am trying to test the implementation of my Firebase Analytics. In their documentation they state that:

Enable debug mode by passing the -FIRDebugEnable

3条回答
  •  悲哀的现实
    2021-01-30 20:07

    I have found the answer on this alternative page of Google:

    https://firebase.google.com/docs/analytics/ios/start

    1. In Xcode, select Product > Scheme > Edit scheme...
    2. Select Run from the left menu.
    3. Select the Arguments tab.
    4. In the Arguments Passed On Launch section, add -FIRAnalyticsDebugEnabled.

    I wish Google would stop releasing half baked products and documentation. Could save hundreds of thousands of hours worldwide

提交回复
热议问题