Answered

Error when trying to update to Intercom iOS SDK 15.0.2 via Swift Package Manager

  • 7 July 2023
  • 3 replies
  • 131 views

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?

icon

Best answer by Simon B 10 July 2023, 15:57

View original

3 replies

Userlevel 2
Badge +2

We now have a new repo for Intercom Swift Packages.

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

Userlevel 2
Badge +2

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