We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 599ab87 + a2e7255 commit 93461ecCopy full SHA for 93461ec
packages/firebase-core/platforms/ios/Podfile
@@ -1,4 +1,4 @@
1
-platform :ios, '9.0'
+platform :ios, '10.0'
2
#pod 'Firebase/CoreOnly'
3
4
@@ -8,4 +8,4 @@ post_install do |installer|
8
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
9
end
10
11
- end
+ end
packages/firebase-crashlytics/index.ios.ts
@@ -1,5 +1,6 @@
import { firebase, FirebaseApp } from '@nativescript/firebase-core';
import { ICrashlytics } from './common';
+import StackTrace from 'stacktrace-js';
5
let defaultCrashlytics: Crashlytics;
6
const fb = firebase();
0 commit comments