Create Alloy project for ios, just run in simulator it worked fine. Now i added ti.firebase module and run I got below error.
In log we are getting this error
objc[67740]: Cannot form weak reference to instance (0x7f9ab8e0aac0) of class UIViewController. It is possible that this object was over-released, or is in the process of deallocation.
if we add "FirebaseScreenReportingEnabled" to tiapp.xml. App works fine but we are losing screen tracking.
Create Alloy project for ios, just run in simulator it worked fine. Now i added ti.firebase module and run I got below error.
In log we are getting this error
objc[67740]: Cannot form weak reference to instance (0x7f9ab8e0aac0) of class UIViewController. It is possible that this object was over-released, or is in the process of deallocation.
if we add "FirebaseScreenReportingEnabled" to tiapp.xml. App works fine but we are losing screen tracking.
Any suggestions here.