[iOS 17][XCode 15] An attribute list cannot appear here
Alex-Coetzee opened this issue · 4 comments
Description
Build Error to do with code
`
// Public constant
ABSL_CONST_INIT extern "C" const int64_t kFIRFirestoreCacheSizeUnlimited =
Settings::CacheSizeUnlimited;
`
Reproducing the issue
No response
Firebase SDK Version
8.0.0
Xcode Version
15 Beta 1
Installation Method
Swift Package Manager
Firebase Product(s)
Authentication, Crashlytics, Database, Firestore, Functions
Targeted Platforms
iOS, macOS
Relevant Log Output
An attribute list cannot appear here
If using Swift Package Manager, the project's Package.resolved
No response
If using CocoaPods, the project's Podfile.lock
No response
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
What's the resolution of this issue?
What's the resolution of this issue?
It looks like they have changed this in newer builds already, I had at a build on version >= 10.0.0 and the issue is already resolved in newer versions
Update your package, be aware that there are many breaking changes if you are using any of the Beta libraries or the older Firestore.encoder
Hi,
I did "pod update" and it's fixed, keep in mind