Closed pblondin closed 9 years ago
Pods are checked into source control, so you don't need to update pods to run the examples. However, the current setting looks correct to me. Here is my command line output from updating pods:
Mooses-MacBook-Pro-3:Examples wtmoose$ pod update
Update all pods
Analyzing dependencies
CocoaPods 0.35.0 is available.
To update use: gem install cocoapods\n
Fetching podspec for `TLLayoutTransitioning` from `..`
Downloading dependencies
Installing AHEasing 1.2 (was 1.2)
Installing TLIndexPathTools HEAD based on 0.3.8 (was HEAD based on 0.2.1)
Installing TLLayoutTransitioning 1.0.2 (was 1.0.0)
Generating Pods project
Integrating client project
Mooses-MacBook-Pro-3:Examples wtmoose$
What exactly are you doing that generates this error?
Changing to ../
didn't make any difference for me, so I went ahead and promoted the change. Try updating to 1.0.3.
The TLLayoutTransitioning pod local path should be '../' insead of '..'
pod 'TLLayoutTransitioning', :path => '../'
Otherwise it gives me the following error
Fetching podspec for
TLLayoutTransitioning
from..
[!] Unable to satisfy the following requirements:TLLayoutTransitioning (from
..)
required byPodfile