I recently tried upgrading from 11.1.0 to 12.3.0 of the Intercom iOS SDK and encountered the following error when attempting to build and archive:
umbrella header for module 'Intercom' does not include header 'ICMLoadingViewController.h'
I am using the following:
- macOS 12.4
- Xcode 13.4 (13F17a)
- Swift Package Manager (swift-tools-version:5.6)
- Fastlane 2.206.0
- Minimum iOS target version of 13.0
I also had the same issue when attempting to use version 12.2.1 of the Intercom iOS SDK.
Has anyone else encountered this or found a workaround?