Skip to main content

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?

We now have a new repo for Intercom Swift Packages.

Please use https://github.com/intercom/intercom-ios-sp when integrating Intercom with SPM.


We now have a new repo for Intercom Swift Packages.

Please use https://github.com/intercom/intercom-ios-sp when integrating Intercom with SPM.

Thanks

Brian


Ok well now there’s a 15.0.3 release which has a separate repo for Swift Package manager, so I guess that will fix it.


Reply