From db1d54e47fa56abee75a678aa9bfd0f39bca72c3 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Thu, 11 Jul 2024 16:06:17 -0300 Subject: [PATCH] Attempt to fix having to use_frameworks! in pods --- RollbarCrash.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/RollbarCrash.podspec b/RollbarCrash.podspec index 6c8e5f11..60e680bb 100644 --- a/RollbarCrash.podspec +++ b/RollbarCrash.podspec @@ -22,6 +22,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = "11.0" s.watchos.deployment_target = "4.0" + s.static_framework = true s.module_name = "RollbarCrash" s.source_files = "RollbarNotifier/Sources/#{s.name}/**/*.{h,c,cpp,m}" s.public_header_files = "RollbarNotifier/Sources/#{s.name}/include/*.h"