Hello!
Recently, we’ve experienced an issue with the SPM dependency update. 2 weeks ago we increase the SDK version of Intercom for iOS from 9.4.4 to 16.0.0.
Apparently all was good, the app does not crash, the Intercom functionality was so nice, and all the people were happy. But, after we deliver this new version, we found that all the users with devices where they are running iOS 12, the app does not open, the application crashes just by opening it..
We discovered that the problem comes from the iOS 12 restriction since version 11.0.0.
Having said that, I would like, if it should be valuable, to add the minimum target version for the SPM inside the Package.swift in order to receive a red alert when engineers update the SPM version with projects with iOS 12 as a minimum target? Not only for this case, for the future cases, it will be nice to have!
Example:
platforms: [
.iOS(.v13)
]
