2016-04-15 12 views
0

Ich git geklont ein GitHub-Projekt und dann, wenn ich Pod-Installation lief es hatte einen Fehler beim Abrufen von Dateien oder etwas. Wie behebe ich das?Terminal Fehler mit Cocoapods

Hier ist der Terminal-Code.

Lucs-iMac:twiliochat-swift lucmollard$ pod install 
Updating local specs repositories 

CocoaPods 1.0.0.beta.6 is available. 
To update use: `gem install cocoapods --pre` 
[!] This is a test version we'd love you to try. 

For more information see http://blog.cocoapods.org 
and the CHANGELOG for this version http://git.io/BaH8pQ. 

Analyzing dependencies 
Fetching podspec for `TwilioCommon` from  `https://media.twiliocdn.com/sdk/ios/common/v0.2/TwilioCommon.podspec` 
Fetching podspec for `TwilioIPMessagingClient` from `https://media.twiliocdn.com/sdk/rtc/ios/ip-messaging/v0.13/TwilioIPMessagingClient.podspec` 
[!] Unable to satisfy the following requirements: 

- `TwilioCommon (from `https://media.twiliocdn.com/sdk/ios/common/v0.2/TwilioCommon.podspec`)` required by `Podfile` 
- `TwilioCommon (= 0.2.0)` required by `Podfile.lock` 

Antwort

0

Sie müssen twiliochat.xcworkspace und Podfile.lock entfernen, bevor Sie pod install tun.
Oder Sie können einfach pod update ausführen.