question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CocoaPods dependency causing build failure

See original GitHub issue

Getting:

Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "GoogleUtilities/AppDelegateSwizzler":
In Podfile:
Firebase/Core (~> 5.6.0) was resolved to 5.6.0, which depends on
FirebaseAnalytics (= 5.1.1) was resolved to 5.1.1, which depends on
GoogleUtilities/AppDelegateSwizzler (~> 5.2.0)

When running an iOS build. Only started happening today on our daily builds. Not sure if there’s anything you can do, I’ve found a corresponding ticket here:

https://github.com/firebase/firebase-ios-sdk/issues/1845

describing the problem, with a workaround.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:38 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
jloopercommented, Sep 26, 2018

If you need a project to tinker with, you can use Picme: github.com/jlooper/picme

1reaction
EddyVerbruggencommented, Sep 26, 2018

@Aakashchauhan17 You’re using Xcode 10 and running into a compatibility issue with NativeScript. I’m actually trying to help fix this type of errors in the CLI. It has nothing to do with this plugin.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation of any new Cocoapod is causing build failure
I add pod 'AFNetworking', '~> 3.0'" to the Podfile and run Pod install . I then build the project, and again the build...
Read more >
CocoaPods installation failure when building for iOS
CocoaPods installation failure when building for iOS · 1. Right-click on the folder with the assembled build and click the "New Terminal at ......
Read more >
Troubleshooting - CocoaPods Guides
Go to Product > Edit Scheme · Click on Build · Add the Pods static library, and make sure it's at the top...
Read more >
Common Build Problems - Travis CI Docs
If that build suddenly fails too, there's a good chance, that a dependency was updated and is causing the breakage. Check the list...
Read more >
CocoaPods Installation Failure (Unable to resolve ...
[Solved]-CocoaPods Installation Failure (Unable to resolve dependencies) ... Installation of any new Cocoapod is causing build failure · Unable to resolve " ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found