TEN-Agent icon indicating copy to clipboard operation
TEN-Agent copied to clipboard

<!-- DO NOT DELETE

Open Duythanh93 opened this issue 1 year ago • 0 comments

Usage

Using latest version in Swift project pod 'Firebase/Crashlytics' pod 'Firebase/Analytics'

Facing Xcode 12.x warnings in the following pods

  1. Firebase
  2. FirebaseAnalytics
  3. FirebaseCore
  4. FirebaseCoreDiagnostics
  5. FirebaseCrashlytics
  6. FirebaseInstallations
  7. GoogleDataTransport
  8. GoogleUtilities
  9. GoogleAppMeasurement
  10. 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

Duythanh93 avatar Dec 17 '24 10:12 Duythanh93