diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26ef06a0..b0db222e 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 14.0.2
+###### Release Date: 25-11-2022
+
+### 🐛 Bug Fixes
+* Fixed a bug that sometimes caused issues with the lldb debugger in XCode.
+
## 14.0.1
###### Release Date: 16-11-2022
diff --git a/Intercom.podspec b/Intercom.podspec
index 44bc998e..b8c1ad42 100755
--- a/Intercom.podspec
+++ b/Intercom.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Intercom'
- s.version = '14.0.1'
+ s.version = '14.0.2'
s.summary = 'The Intercom iOS SDK, for integrating Intercom into your iOS application.'
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.authors = {"Brian Boyle"=>"brian.boyle@intercom.io", "Mike McNamara"=>"mike.mcnamara@intercom.io", "Katherine Brennan"=>"katherine.brennan@intercom.io", "Himanshi Goyal"=>"himanshi.goyal@intercom.io", "Niamh Coleman"=>"niamh.coleman@intercom.io"}
diff --git a/Intercom.xcframework/Info.plist b/Intercom.xcframework/Info.plist
index 47b63d75..ddc03ee9 100644
--- a/Intercom.xcframework/Info.plist
+++ b/Intercom.xcframework/Info.plist
@@ -6,30 +6,30 @@
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ ios-arm64
LibraryPath
Intercom.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
Intercom.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist
index d46a0fb6..74ccae2c 100644
Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/Info.plist differ
diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom
index d3920cf5..47aee0b0 100755
Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64/Intercom.framework/Intercom differ
diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car
index 87fe1106..591bc320 100644
Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Assets.car differ
diff --git a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist
index cc274515..273cd0b1 100644
Binary files a/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist and b/Intercom.xcframework/ios-arm64/Intercom.framework/IntercomAssets.bundle/Info.plist differ
diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist
index 7c3762f1..3134c554 100644
Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Info.plist differ
diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom
index e7fbf771..3812cf19 100755
Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/Intercom differ
diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car
index 87fe1106..591bc320 100644
Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Assets.car differ
diff --git a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist
index c33d5e49..1bde7263 100644
Binary files a/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist and b/Intercom.xcframework/ios-arm64_x86_64-simulator/Intercom.framework/IntercomAssets.bundle/Info.plist differ
diff --git a/Package.swift b/Package.swift
index c66a197c..05fa1217 100644
--- a/Package.swift
+++ b/Package.swift
@@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Intercom",
- url: "https://github.com/intercom/intercom-ios/releases/download/14.0.1/Intercom.xcframework.zip",
- checksum: "5c113c342bcb38f50baf4a5db3859572e26fe4ba9f577896afecda52156efe6f"
+ url: "https://github.com/intercom/intercom-ios/releases/download/14.0.2/Intercom.xcframework.zip",
+ checksum: "1daa549446acf82cb0e5aca17a303c89fa270d53c6e3554d1f85a7360a4fdc8d"
),
]
)
diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist
index a8e10330..458afe98 100644
--- a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist
+++ b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Info.plist
@@ -13,8 +13,8 @@
CFBundleSignature
????
CFBundleShortVersionString
- 14.0.1
+ 14.0.2
CFBundleVersion
- 14.0.1
+ 14.0.2
diff --git a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom
index 2d69ca2b..d21fd2e0 100644
Binary files a/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom and b/dSYMs/Intercom.framework.iphoneos.dSYM/Contents/Resources/DWARF/Intercom differ
diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist
index a8e10330..458afe98 100644
--- a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist
+++ b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Info.plist
@@ -13,8 +13,8 @@
CFBundleSignature
????
CFBundleShortVersionString
- 14.0.1
+ 14.0.2
CFBundleVersion
- 14.0.1
+ 14.0.2
diff --git a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom
index 03f38dd4..1ba1e753 100644
Binary files a/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom and b/dSYMs/Intercom.framework.simulator.dSYM/Contents/Resources/DWARF/Intercom differ