Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialVarun Jain
670 PointsUnable to install pod says, resource unavailable
[!] Unable to satisfy the following requirements:
-
SimpleAuth/FourSquareWeb
required byPodfile
None of your spec sources contain a spec satisfying the dependency: SimpleAuth/FourSquareWeb
.
You have either:
- out-of-date source repos which you can update with
pod repo update
. - mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, pod repo update
does not happen on pod install
by default.
I updated pod repo update still same error
Here is my pod file
Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'photophun' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks use_frameworks! pod 'SimpleAuth/FourSquareWeb'
# Pods for photophun
target 'photophunTests' do inherit! :search_paths # Pods for testing end
target 'photophunUITests' do inherit! :search_paths # Pods for testing end
end
Varun Jain
670 PointsThis issue has been resolved I had to Update the Os and then update repo to fix it but now the strange swit legacy something something has made me stuck Video needs a serious update please please please
Varun Jain
670 PointsVarun Jain
670 PointsPlease guys. Somebuddy ? Anybody ?