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

后端 未结 21 956
面向向阳花
面向向阳花 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:33

    1. Actually this error is occur when GoogleService-Info.plist file is not actually located in our project folder but it just have a reference to that file where it is downloaded. So solution is that remove reference to this file and again add it to your project folder by drag and drop or by using "Add Files ..." option by right click to your project folder. Also recheck whether file is locating your project folder destination otherwise error will be occur again.

    2. Don't forget to check your "GoogleService-Info.plist" file have same name as shown in error otherwise rename it.

提交回复
热议问题