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

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

    Unfortunately or fortunately, the error specified is very accurate. There is only one option available right now. i.,e placing Google-Info.plist file in your project properly. Try to remove and add that again. Also, check if a target is selected or not.

提交回复
热议问题