From 63e95b96010e6fbfaa726fd5a1a0dcbdf0a03c35 Mon Sep 17 00:00:00 2001 From: Karl Stenerud Date: Thu, 12 Dec 2024 08:24:05 +0100 Subject: [PATCH] Turn off application stripping on the xcframework fixture app --- .../macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj | 4 ++++ features/release/barebone_tests.feature | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj b/features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj index 6a3fcd20e..4b96cbb0a 100644 --- a/features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj +++ b/features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj @@ -1061,6 +1061,8 @@ MARKETING_VERSION = 1.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.fixtures.macOSTestApp; PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + STRIP_SWIFT_SYMBOLS = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = ../shared/Bridge_InternalAPI.h; SWIFT_OBJC_INTERFACE_HEADER_NAME = "macOSTestApp-Swift.h"; @@ -1094,6 +1096,8 @@ MARKETING_VERSION = 1.0.3; PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.fixtures.macOSTestApp; PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + STRIP_SWIFT_SYMBOLS = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_OBJC_BRIDGING_HEADER = ../shared/Bridge_InternalAPI.h; SWIFT_OBJC_INTERFACE_HEADER_NAME = "macOSTestApp-Swift.h"; diff --git a/features/release/barebone_tests.feature b/features/release/barebone_tests.feature index bee87e8f5..796cb72fa 100644 --- a/features/release/barebone_tests.feature +++ b/features/release/barebone_tests.feature @@ -112,7 +112,7 @@ Feature: Barebone tests And the "isPC" of stack frame 0 is null And the "isLR" of stack frame 0 is null # TODO: Skipped pending PLAT-13234 - # And the "method" of stack frame 0 matches "BareboneTestHandledScenario" + And the "method" of stack frame 0 matches "BareboneTestHandledScenario" And the stacktrace is valid for the event And I discard the oldest error @@ -145,7 +145,7 @@ Feature: Barebone tests And the "isPC" of stack frame 0 is null And the "isLR" of stack frame 0 is null # TODO: Skipped pending PLAT-13234 - #And the "method" of stack frame 0 matches "BareboneTestHandledScenario" + And the "method" of stack frame 0 matches "BareboneTestHandledScenario" And the stacktrace is valid for the event @watchos