From fe5746b666f424e5befd6412a23080171f4eed65 Mon Sep 17 00:00:00 2001 From: Brian Boyle Date: Fri, 1 May 2026 13:33:27 +0100 Subject: [PATCH] Add codesigning issue notice for iOS SDK Added a section about codesigning issues for iOS SDK versions 19.5.6 and 19.5.7. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e24779ce..e29e8bdd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ > React Native wrapper to bridge our iOS and Android SDK + +## ⚠️ May 1st Codesigning issue ⚠️ +If you are running iOS SDK [v19.5.6](https://github.com/intercom/intercom-ios/releases/tag/19.5.6) or [v19.5.7](https://github.com/intercom/intercom-ios/releases/tag/19.5.7) and are experiecing a codesigning issue, [please follow these steps](https://github.com/intercom/intercom-ios/wiki/Codesigning-Issue) to resolve it. + + + + ### 🏠 [Website](https://intercom.com/) ### 📚 [Developer Docs](https://developers.intercom.com/installing-intercom/docs/intercom-for-react-native)