Pod installed failed when Run the sample code on iOS or on my own project.
See original GitHub issuePod 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:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
I have upgraded cocoapods.
@urmyfaith Running
pod install
fromiOS/Sample
works for me. Can you try upgrading your cocoapod?