TEN-Agent
TEN-Agent copied to clipboard
<!-- DO NOT DELETE
Usage
Using latest version in Swift project pod 'Firebase/Crashlytics' pod 'Firebase/Analytics'
Facing Xcode 12.x warnings in the following pods
- Firebase
- FirebaseAnalytics
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseCrashlytics
- FirebaseInstallations
- GoogleDataTransport
- GoogleUtilities
- GoogleAppMeasurement
- nanopb
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
Usage Details
- Language: Swift
- Platform: iPhone
- iOS Version: iOS 9 - 14
Feature proposal
Better support Xcode 12 and avoid 10 warnings related to iOS 8. Move the target of the related projects to iOS 9, thanks.
Originally posted by @tbechtum in https://github.com/firebase/firebase-ios-sdk/issues/6595
Originally posted by @Duythanh93 in https://github.com/dkhamsing/open-source-ios-apps/issues/1700