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.

Pod installed failed when Run the sample code on iOS or on my own project.

See original GitHub issue

Pod installed failed when Run the sample code on iOS or on my own project.

RT.

➜  Sample pod install
Analyzing dependencies
[!] A dependency with an external source may not specify version requirements (Yoga).

Build On macOS 10.13.3 (17D102),

➜  Sample swift --version
Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0 

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
urmyfaithcommented, Jun 12, 2018

I have upgraded cocoapods.

➜  Sample pod --version
1.5.3
➜  Sample pod install
Analyzing dependencies
Pre-downloading: `ComponentKit` from `https://github.com/facebook/ComponentKit.git`, commit `73acd7995610ad6b009a9a74b8290a54dab7c716`
Fetching podspec for `DoubleConversion` from `../third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `Folly` from `../third-party-podspecs/Folly.podspec`
Pre-downloading: `PeerTalk` from `https://github.com/rsms/PeerTalk.git`, commit `588303b43efa5082d654b6f75d1b84a6ba4b5b9e`
Pre-downloading: `RSocket` from `https://github.com/rsocket/rsocket-cpp.git`, commit `11491fb22aaaf29b2702a1723561db51b314dd0f`
[!] Unable to find a specification for 'RSocket'.
➜  Sample pod install
Analyzing dependencies
Pre-downloading: `ComponentKit` from `https://github.com/facebook/ComponentKit.git`, commit `73acd7995610ad6b009a9a74b8290a54dab7c716`
Fetching podspec for `DoubleConversion` from `../third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `Folly` from `../third-party-podspecs/Folly.podspec`
Pre-downloading: `PeerTalk` from `https://github.com/rsms/PeerTalk.git`, commit `588303b43efa5082d654b6f75d1b84a6ba4b5b9e`
Pre-downloading: `RSocket` from `https://github.com/rsocket/rsocket-cpp.git`, commit `11491fb22aaaf29b2702a1723561db51b314dd0f`
[!] Unable to find a specification for 'RSocket'.
1reaction
priteshrnandgaonkarcommented, Jun 12, 2018

@urmyfaith Running pod install from iOS/Sample works for me. Can you try upgrading your cocoapod?

screen shot 2018-06-12 at 11 37 03 am
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error running pod install: How to solve this problem?
run this code on the terminal sudo arch -x86_64 gem install ffi. Next, go to the ios folder in your project, and open...
Read more >
Xcode12 build error. The linked fr… | Apple Developer Forums
I'm having the same problem with a project of mine after updating to Xcode 12, except the "embedded framework" here is one of...
Read more >
Add Firebase to your Apple project
If you don't already have an Xcode project and just want to try out a Firebase product, you can download one of our...
Read more >
Install and set up | ArcGIS Runtime API for iOS
Add pod 'ArcGIS-Runtime-SDK-iOS' to your project's Podfile. ... You can go to the Samples folder and run either the Objective-C or Swift sample...
Read more >
Using CocoaPods
<Creating a new Xcode project with CocoaPods · Save your Podfile. · Run $ pod install · Open the MyApp.xcworkspace that was created....
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