Add of linking of c++ library in podspec

This commit is contained in:
Ilya Bausov
2025-02-13 15:24:10 +01:00
parent dcbcc6aef7
commit c117147351

View File

@@ -18,4 +18,6 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '11.5'
spec.tvos.deployment_target = '12.0'
spec.vendored_frameworks = "CrashReporter.xcframework"
spec.libraries = 'c++'
spec.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lc++' }
end