TF-4269 Integrate Sentry into iOS NSE and automate dSYM upload in CI
This commit is contained in:
+12
@@ -38,6 +38,18 @@ target 'Runner' do
|
||||
end
|
||||
end
|
||||
|
||||
target 'TwakeMailNSE' do
|
||||
use_frameworks!
|
||||
# Must use HybridSDK subspec at the same version as sentry_flutter requires.
|
||||
# sentry_flutter 9.8.0 depends on Sentry/HybridSDK (= 8.56.2).
|
||||
# Using plain `pod 'Sentry'` (Core) causes a version conflict and missing PrivateSentrySDKOnly errors.
|
||||
#
|
||||
# UPGRADE NOTE: When bumping sentry_flutter, update this version to match the new
|
||||
# Sentry/HybridSDK constraint declared in Podfile.lock under DEPENDENCIES.
|
||||
# Verify with: grep 'Sentry/HybridSDK' ios/Podfile.lock
|
||||
pod 'Sentry/HybridSDK', '8.56.2'
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
flutter_additional_ios_build_settings(target)
|
||||
|
||||
Reference in New Issue
Block a user