Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

404
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda