Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

399
Views
Firebase Stuck on `Run your app to verify installation` for iOS

I have done all the steps but still I am stuck here on this screen.

Though the crashes can be seen inside in Crashlytics panel

enter image description here

enter image description here

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Hey make sure you have called:

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { 
    FirebaseApp.configure()
}

If this doesn't work try sending some data to firebase like so:

Analytics.logEvent("This is a test", parameters: [
            "Test1": "tester",
            "Test2": "tester"
            ])

This will send analytics data to Firebase

over 4 years ago · Santiago Trujillo Report

0

The actual trick here is to use latest version of the pod(s).

Firebase forces you to use the latest version of the pods in order to complete the final step check.

Let's say you had pods with specific versions in Podfile:

pod 'Firebase/Analytics', '= 6.27.0'
pod 'Firebase/Crashlytics', '= 6.27.0'

Remove explicit versions

pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'

Remove app from device / simulator. Rebuild, run app. Check back on Firebase site.

After this, you can set any version in Podfile, execute pod install.

over 4 years ago · Santiago Trujillo Report

0

I had the same issue. I was using Firebase/Analytics 6.11.0 and when i changed to 6.8.2 fixed the problem

Google Release Version 6.12 on November 5th, 2019. I would recommend update to the latest version.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!