DataDog / dd-sdk-ios

Datadog SDK for iOS - Swift and Objective-C.
Apache License 2.0
205 stars 123 forks source link

Could not find compatible versions for pod "DatadogCrashReporting" #2068

Open saimt opened 1 day ago

saimt commented 1 day ago

Describe the issue

I have pod 'DatadogCrashReporting', '2.17.0' in my podfile. Changing the version to 2.18.0 and doing pod install gives me the following error:

CocoaPods could not find compatible versions for pod "DatadogCrashReporting":
  In Podfile:
    DatadogCrashReporting (= 2.18.0)

None of your spec sources contain a spec satisfying the dependency: `DatadogCrashReporting (= 2.18.0)`

Reproduction steps

Add pod 'DatadogCrashReporting', '2.18.0' and run pod install

Device Information

No response

SDK version

2.18.0

Integration Methods

Cocoapods

Xcode Version

No response

Swift Version

No response

MacOS Version

No response

Deployment Target

No response

Other relevant information

No response