When trying to use intercom cordova plugin v14 with our iOS setup, and even after upgrading iOS to latest, the intercom plugin doesn't get detected, neither in the window.cordova or window objects.
Intercom v14 + cordova-ios ^7.1.0 => Failure
Intercom v14 + cordova-ios ^7.1.1 => Failure
Intercom v13 + cordova-ios ^7.1.0 => Success
Intercom v13 + cordova-ios ^7.1.1 => Success
But Intercom v13 has an error with Xcode cloud build
The following URL schemes found in your app are not in the correct format: OTHER_APP_SCHEMES_PLACEHOLDER, fb1477142632599929FACEBOOK_URL_SCHEME_SUFFIX_PLACEHOLDER]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail.
If anybody has an idea about the solution for this, it would be appreciated.
Thank you