我使用
Xcode 8.0 beta 5或6创建空的swift项目,并使用Cocapods(如Firebase指南)导入Firebase.进口过程中的精细.我用FIRApp.Configure()注释配置firebase.我可以使用身份验证,但是当我尝试到达数据库时,它无法正常工作.
在FIRApp.h中构建时间错误:
"Conflicting nullability specifier on return types,'nullable' conflicts with existing specifier 'non null'"
Screenshot of FIRApp.h Build-time error
还有这些错误在控制台中:
2016-08-26 13:00:32.719: <FIRInstanceID/WARNING> STOP!! Will reset deviceID from memory. 2016-08-26 13:00:32.719: <FIRInstanceID/WARNING> Failed to fetch default token Error Domain=com.firebase.iid Code=6 "(null)" 2016-08-26 13:02:08.329: <FIRInstanceID/WARNING> Failed to retrieve the default GCM token after 5 retries
我无法解决问题.