属性列表不能出现在这里firebase-ios-sdk,Xcode 15.0错误

c3frrgcw  于 12个月前  发布在  iOS
关注(0)|答案(1)|浏览(141)

我已经更新了我的Xcode到15.0,现在它开始给我这个错误。

ABSL_CONST_INIT extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited =
            Settings::CacheSizeUnlimited;
   // An attribute list cannot appear here

字符串
我在github上经历了XCode 15.0 Release - firebase-ios-sdk bug: An attribute list cannot appear here问题,但它不支持swiftPackage manger。


的数据

7xllpg7q

7xllpg7q1#

将Firebase更新到v10或将行更改为

extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited = Settings::CacheSizeUnlimited;

字符串

相关问题