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
Apparently it's because Analytics.shared() is accessed before Analytics.setup.
As a temporary fix, commenting out this line worked for me,
AppDelegate.swift, L#249 enabled ? Analytics.shared().enable() : Analytics.shared().disable()
when i set isOSS to true in Secrets.swift, simulator run with rumtime error, like below picture:
The text was updated successfully, but these errors were encountered: