-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
Description
Description
The FIRFirestoreSettings has an error after updating to XCode release version 15.0 on this line:
// Public constant ABSL_CONST_INIT extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited = Settings::CacheSizeUnlimited;
Error: An attribute list cannot appear here
Reproducing the issue
Try to build an existing iOS app that was previously working that used the FirebaseFirestore
module. It no longer builds after the XCode update.
Firebase SDK Version
??
Xcode Version
15.0
Installation Method
Swift Package Manager
Firebase Product(s)
Firestore
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved
snippet
Replace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock
snippet
Replace this line with the contents of your Podfile.lock!
gbesler, Tulleb, smithskyler, Resource-2, abdi4 and 3 more