From b73b021af47a59b40156503d1776928953d505ed Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 9 Dec 2022 11:48:06 +0100 Subject: [PATCH] fix(ios): native sdk update with build fix --- plugin/platforms/ios/Podfile | 2 +- plugin/platforms/ios/src/NSSentry.m | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/platforms/ios/Podfile b/plugin/platforms/ios/Podfile index 2730d80..5d07d9f 100644 --- a/plugin/platforms/ios/Podfile +++ b/plugin/platforms/ios/Podfile @@ -1 +1 @@ -pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.27.1' \ No newline at end of file +pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.31.3' \ No newline at end of file diff --git a/plugin/platforms/ios/src/NSSentry.m b/plugin/platforms/ios/src/NSSentry.m index a1dc26d..4aa04b5 100644 --- a/plugin/platforms/ios/src/NSSentry.m +++ b/plugin/platforms/ios/src/NSSentry.m @@ -1,5 +1,6 @@ #import "NSSentry.h" #import +#import @implementation NSSentrySDK