From d6e100e6213d75740f63032554bb041e80b40bff Mon Sep 17 00:00:00 2001 From: Vahan Harutyunyan Date: Mon, 28 Jul 2025 11:32:17 -0400 Subject: [PATCH] Update readme file with Xcode 26 warning --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0a48124a..d246eab4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ The Ping SDk for iOS enables you to quickly integrate Ping products into your iO Use the SDKs to leverage _[Intelligent Access](https://www.pingidentity.com/en/platform/capabilities/intelligent-access.html)_ to easily step through each stage of an authentication tree by using callbacks. +## ⚠️ Xcode 26 Beta Warning + +**If you're using Xcode 26 beta, please use the `xcode26_fixes` branch to avoid build issues.** + +### Swift Package Manager +```swift +.package(url: "https://github.com/ForgeRock/forgerock-ios-sdk", branch: "xcode26_fixes") +``` + +> **Note:** This is a temporary workaround. We'll merge these fixes into main once Xcode 26 is stable. +