CocoaPods dependency causing build failure
See original GitHub issueGetting:
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:
- Created 5 years ago
- Comments:38 (12 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If you need a project to tinker with, you can use Picme: github.com/jlooper/picme
@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.