dialogflow / dialogflow-apple-client

iOS SDK for Dialogflow
http://api.ai
Apache License 2.0
244 stars 65 forks source link

X-code build failed #24

Closed akhilgopinath closed 7 years ago

akhilgopinath commented 7 years ago

when i run demo app x-code build is failing

here is the error

PhaseScriptExecution 📦\ Check\ Pods\ Manifest.lock /Users/akhil/Library/Developer/Xcode/DerivedData/ApiAIDemo-drfpihcqbhrzajezfuvzlakufbuo/Build/Intermediates/ApiAIDemo.build/Debug-iphonesimulator/ApiAIDemo.build/Script-C56E6EE44C68444733D450D2.sh
    cd /Users/akhil/Documents/api-ai-ios-sdk-master/ApiAIDemo
    /bin/sh -c /Users/akhil/Library/Developer/Xcode/DerivedData/ApiAIDemo-drfpihcqbhrzajezfuvzlakufbuo/Build/Intermediates/ApiAIDemo.build/Debug-iphonesimulator/ApiAIDemo.build/Script-C56E6EE44C68444733D450D2.sh

diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
sstepashka commented 7 years ago

Did you read README?

akhilgopinath commented 7 years ago

Yes @sstepashka

sstepashka commented 7 years ago

@akhilgopinath Do you know how to use Cocoapods? Did you open ".xcworkspace"? Do you have installed cocoapods?

akhilgopinath commented 7 years ago

I installed Cocoapods , but i am not sure how to open ". xcworkspace"

akhilgopinath commented 7 years ago

I solved the issue thanks

sstepashka commented 7 years ago

Didn't even you try to search information about this error independently? Google would help you by first link.