Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebaseCrashlytics deployment target inconsistency iOS 12 or 13 #13578

Closed
Igor-Palaguta opened this issue Sep 4, 2024 · 3 comments · Fixed by #13580
Closed

FirebaseCrashlytics deployment target inconsistency iOS 12 or 13 #13578

Igor-Palaguta opened this issue Sep 4, 2024 · 3 comments · Fixed by #13580

Comments

@Igor-Palaguta
Copy link

Description

Our iOS application has iOS 12 as minimum deployment target (platform :ios, '12.0' in Podfile).

In our Podfile we have:

pod 'Firebase/Crashlytics', '~> 11.0'

It fails as in Firebase.podspec Crashlytics subspec has iOS 13

  s.subspec 'Crashlytics' do |ss|
    ss.ios.deployment_target = '13.0'
  end

But if we add to Podfile
pod 'FirebaseCrashlytics', '~> 11.0'

It works, because in FirebaseCrashlytics.podspec iOS 12 is specified
ios_deployment_target = '12.0'

Probably iOS 12 can be specified in both places?

Thanks

Reproducing the issue

No response

Firebase SDK Version

11.1

Xcode Version

15.4

Installation Method

CocoaPods

Firebase Product(s)

Crashlytics

Targeted Platforms

iOS

Relevant Log Output

[!] CocoaPods could not find compatible versions for pod "Firebase/Crashlytics":
  In Podfile:
    Firebase/Crashlytics (~> 11.0)

Specs satisfying the `Firebase/Crashlytics (~> 11.0)` dependency were found, but they required a higher minimum deployment target.

If using Swift Package Manager, the project's Package.resolved

No response

If using CocoaPods, the project's Podfile.lock

No response

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@paulb777
Copy link
Member

paulb777 commented Sep 4, 2024

@Igor-Palaguta Thanks for the report. We'll fix in Firebase 11.2 or 11.3. In the meantime, the workaround is to use the recommended pod 'FirebaseCrashlytics', '~> 11.0'

@paulb777 paulb777 added this to the 11.2.0 - M153 milestone Sep 4, 2024
@paulb777
Copy link
Member

paulb777 commented Sep 4, 2024

We plan to have the fix in 11.2, planned for the week of September 9

@firebase firebase locked and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants