diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1c4fbec24..87c6b2e1d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - Offline caching improvements (#2263) - Report usage of stitchAsyncCode (#2281) +### Fixes + +- Enable bitcode (#2307) + ## 7.28.0 ### Features diff --git a/Sources/Configuration/Sentry.xcconfig b/Sources/Configuration/Sentry.xcconfig index bf796e37da5..91a29d4a07c 100644 --- a/Sources/Configuration/Sentry.xcconfig +++ b/Sources/Configuration/Sentry.xcconfig @@ -20,7 +20,7 @@ SDKROOT__CARTHAGE_ = iphoneos SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchos watchsimulator appletvos appletvsimulator TARGETED_DEVICE_FAMILY = 1,2,3,4 SKIP_INSTALL = YES - +ENABLE_BITCODE = YES DEFINES_MODULE = YES DYLIB_COMPATIBILITY_VERSION = 1 DYLIB_CURRENT_VERSION = 1