Started getting the following error recently when trying to update packages in our Xcode iOS project with Intercom’s 15.0.2 release:
x-xcode-log://3FB75066-095F-4338-BB55-70D7B84D9276 invalid URL 'https://github.com/intercom/intercom-ios/releases/download/<INTERCOM_VERSION>/Intercom.xcframework.zip' for binary target 'Intercom'
Looks like it isn’t rendering the “INTERCOM_VERSION” properly there?
This is preventing all packages from updating in our project, so I had to temporarily force it to stop at 15.0.1 (which has been working fine).
Any idea how to fix?