当我使用Xcode 9 beta 4运行我的swift 3.2代码时,这是我得到的错误:
*** Terminating app due to uncaught exception 'com.firebase.core', reason: '[FIRApp configure]; (FirebaseApp.configure() in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'
我已经有一个GoogleService-Info.plist文件,其名称与它应该完全相同且有效.
对firebase有什么试验吗?