Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After adding this module in Ti SDK 9.0.3 GA app is failing #27

Open
rish7 opened this issue Aug 5, 2020 · 0 comments
Open

After adding this module in Ti SDK 9.0.3 GA app is failing #27

rish7 opened this issue Aug 5, 2020 · 0 comments

Comments

@rish7
Copy link

rish7 commented 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.

:
<ios>
        <enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
        <use-app-thinning>true</use-app-thinning>
        <plist>
            <dict>
                :
                <key>UIStatusBarStyle</key>
                <string>UIStatusBarStyleDefault</string>
                <key>FirebaseScreenReportingEnabled</key>
                <false/>
            </dict>
        </plist>
    </ios>
:

Any suggestions here.

@rish7 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant