File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 15
15
` Firebase.zip ` have been updated for Xcode 15 users. The updated instructions
16
16
call for embedding SDKs dragged in from the ` Firebase.zip ` . This will enable
17
17
Xcode's tooling to detect privacy manifests bundled within the xcframework.
18
-
18
+ - [ Zip Distribution] Several xcframeworks have been renamed to resolve the above
19
+ Xcode 15.3 validation issues. Please ensure that the following renamed
20
+ xcframeworks are removed from your project when upgrading (#12437 , #12447 ):
21
+ - ` abseil.xcframework ` to ` absl.xcframework `
22
+ - ` BoringSSL-gRPC.xcframework ` to ` openssl_grpc.xcframework `
23
+ - ` gRPC-Core.xcframework ` to ` grpc.xcframework `
24
+ - ` gRPC-C++.xcframework ` to ` grpcc.xcframework `
25
+ - ` leveldb-library.xcframework ` to ` leveldb.xcframework `
26
+ - ` PromisesSwift.xcframework ` to ` Promises.xcframework `
19
27
20
28
# Firebase 10.21.0
21
29
- Firebase now requires at least CocoaPods version 1.12.0 to enable privacy
Original file line number Diff line number Diff line change 1
1
# 10.22.0
2
2
- [ fixed] Fix the flaky offline behaviour when using ` arrayRemove ` on ` Map ` object. (#12378 )
3
- - [ Zip Distribution] Renamed ` gRPC-C++.xcframework ` to ` grpcc.xcframework ` ,
4
- matching the module name, to work around an issue introduced in Xcode 15.3
5
- with ` + ` characters in framework names. (#12437 )
6
- - Please ensure that ` gRPC-C++.xcframework ` is removed when upgrading.
7
3
8
4
# 10.21.0
9
5
- Add an error when trying to build Firestore's binary SPM distribution for
You can’t perform that action at this time.
0 commit comments