Hi @sprajapti, Seán here from the Intercom engineering support team 🔧
Thanks for flagging this!
It looks like Xcode isn’t loading the Swift module from the Intercom SDK correctly and is falling back to the Objective-C headers. This usually happens when the local or CI Xcode version doesn’t match what the SDK was built with.
Please try the following:
-
Make sure all developers and CI use the same Xcode version (15+ recommended) and select it under Settings → Locations → Command Line Tools.
-
Clear DerivedData and Swift Package caches, then clean and rebuild the project.
-
If the issue persists, try updating to the latest Intercom SDK (currently 19.3.1).
If this doesn’t resolve it, please reply here with your Xcode version and we’ll help dig deeper.