After installing Intercom SDK using CocoaPods I get a build error trying to run my app on a physical device (on the iOS simulator everything works fine).
The error I get is:
building for iOS, but linking in dylib file (/Users/zivnergal/Library/Developer/Xcode/DerivedData/MishlohaDeliveryApp-axgsnxqfnywcgrevkhngnimsxuzw/Build/Products/Debug-iphoneos/Intercom.framework/Intercom) built for iOS Simulator, file '/Users/zivnergal/Library/Developer/Xcode/DerivedData/MishlohaDeliveryApp-axgsnxqfnywcgrevkhngnimsxuzw/Build/Products/Debug-iphoneos/Intercom.framework/Intercom' for architecture arm64
Anyone faced this issue?
🙏