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
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.
The text was updated successfully, but these errors were encountered:
rish7
changed the title
After adding this mobile in Ti SDK 9.0.3 GA app is failing
After adding this module in Ti SDK 9.0.3 GA app is failing
Aug 5, 2020
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.
The text was updated successfully, but these errors were encountered: