Could not find a valid GoogleService-Info.plist in your project

后端 未结 21 1020
面向向阳花
面向向阳花 2020-12-08 05:44

When I run my swift 3.2 code with Xcode 9 beta 4 this is the error I get:

*** Terminating app due to uncaught exception \'com.firebase.core\', reason: \'[FIRAp

21条回答
  •  没有蜡笔的小新
    2020-12-08 06:44

    It is possible that your configuration is not done properly

    For Flutter

    Installing your Firebase configuration file

    You must add the file to the project using Xcode (adding manually via the filesystem won't link the file to the project). Using Xcode, open the project's ios/{projectName}.xcworkspace file. Right-click Runner from the left-hand side project navigation within Xcode and select "Add files", as seen below:

    Select the GoogleService-Info.plist file you downloaded, and ensure the "Copy items if needed" checkbox is enabled:

提交回复
热议问题