When I use the console (e.g. to `po` something) in Xcode, now I get
error: expression failed to parse:
error: virtual filesystem overlay file '/Users/distiller/project/DerivedData/archive/Build/Intermediates.noindex/ArchiveIntermediates/IntercomSDK-Dynamic/IntermediateBuildFilesPath/IntercomSDK.build/Release-iphonesimulator/IntercomSDK-Dynamic.build/all-product-headers.yaml' not found
error: virtual filesystem overlay file '/Users/distiller/project/DerivedData/archive/Build/Intermediates.noindex/ArchiveIntermediates/IntercomSDK-Dynamic/IntermediateBuildFilesPath/IntercomSDK.build/Release-iphonesimulator/IntercomSDK-Dynamic.build/all-product-headers.yaml' not found
error: couldn't IRGen expression. Please check the above error messages for possible root causes.
I'm not sure what "distiller" is — that is not my username. The implication is that the library is using an absolute path when it shouldn't be.
When I go back to an earlier version of my repo (e.g. by checking out an earlier commit before I upgraded Intercom) the console starts working properly / these Intercom warnings disappear.
I have installed the SDK via Swift Package Manager.
I have tried restarting, clearing Derived Data, resetting the Package cache, and also the steps here , but I still get the same issues.