Skip to content

Commit aca5e43

Browse files
committed
Workaround arm64e issue with SPM
1 parent 75a873d commit aca5e43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Datadog/TargetSupport/DatadogCrashReporting/DatadogCrashReporting.xcconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33

44
// Include base config
55
#include "../xcconfigs/Base.xcconfig"
6+
7+
// Workaround:
8+
// SPM dependencies don't automatically build for arm64e, so we need to exclude it
9+
// to avoid linker errors when using KSCrash from SPM
10+
ARCHS[sdk=iphoneos*]=$(ARCHS_STANDARD)

0 commit comments

Comments
 (0)