diff --git a/FirebaseCore/CHANGELOG.md b/FirebaseCore/CHANGELOG.md index e9c1443cedb..e383f958ccd 100644 --- a/FirebaseCore/CHANGELOG.md +++ b/FirebaseCore/CHANGELOG.md @@ -15,7 +15,15 @@ `Firebase.zip` have been updated for Xcode 15 users. The updated instructions call for embedding SDKs dragged in from the `Firebase.zip`. This will enable Xcode's tooling to detect privacy manifests bundled within the xcframework. - +- [Zip Distribution] Several xcframeworks have been renamed to resolve the above + Xcode 15.3 validation issues. Please ensure that the following renamed + xcframeworks are removed from your project when upgrading (#12437, #12447): + - `abseil.xcframework` to `absl.xcframework` + - `BoringSSL-gRPC.xcframework` to `openssl_grpc.xcframework` + - `gRPC-Core.xcframework` to `grpc.xcframework` + - `gRPC-C++.xcframework` to `grpcc.xcframework` + - `leveldb-library.xcframework` to `leveldb.xcframework` + - `PromisesSwift.xcframework` to `Promises.xcframework` # Firebase 10.21.0 - Firebase now requires at least CocoaPods version 1.12.0 to enable privacy diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md index 03e4949a61f..60d99030d03 100644 --- a/Firestore/CHANGELOG.md +++ b/Firestore/CHANGELOG.md @@ -1,9 +1,5 @@ # 10.22.0 - [fixed] Fix the flaky offline behaviour when using `arrayRemove` on `Map` object. (#12378) -- [Zip Distribution] Renamed `gRPC-C++.xcframework` to `grpcc.xcframework`, - matching the module name, to work around an issue introduced in Xcode 15.3 - with `+` characters in framework names. (#12437) - - Please ensure that `gRPC-C++.xcframework` is removed when upgrading. # 10.21.0 - Add an error when trying to build Firestore's binary SPM distribution for