Can't add to this, but below is detailed logging when installing a pod using CocoaPods version 1.0.1
-> Extract podspec for mobile-ios-commonfrom../mobile-ios-common
Dependency Resolution Podfile[!] The following requirements cannot be met:
mobile-ios-common (from../mobile-ios-common )requiredPodfile
It looks like you have changed the dependency restrictions mobile-ios-commoninside your development site mobile-ios-common. You must run pod update
mobile-ios-commonto apply your changes.
The same command works in another application at the same level with the same definition for the overall mobile-ios dependency. I tried to run pod deintegrateand then tried it again with no luck. Not sure how he will know about the change, if I basically do it cleanly.
I tried to run pod update mobile-ios-common, but then it says that there is no Podfile.lock, and I have to runpod install
So the question is, why is this happening and / or how can I promote this debugging.
source
share