bennyguitar/News-YC---iPhone

Tried to Build app but got 3 errors, using XCode6

simi823 opened this issue · 3 comments

(1) PhaseScriptExecution Check\ Pods\ Manifest.lock /Users/sasaro/Library/Developer/Xcode/DerivedData/HackerNews-gzwqcccowfufmgerdmiuagcbmvti/Build/Intermediates/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Script-7E730C088B0B40D6838FB2CC.sh
cd /Users/sasaro/GitHub/News-YC---iPhone
/bin/sh -c /Users/sasaro/Library/Developer/Xcode/DerivedData/HackerNews-gzwqcccowfufmgerdmiuagcbmvti/Build/Intermediates/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Script-7E730C088B0B40D6838FB2CC.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.

(2) PhaseScriptExecution Check\ Pods\ Manifest.lock /Users/sasaro/Library/Developer/Xcode/DerivedData/HackerNews-gzwqcccowfufmgerdmiuagcbmvti/Build/Intermediates/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Script-7E730C088B0B40D6838FB2CC.sh
cd /Users/sasaro/GitHub/News-YC---iPhone
/bin/sh -c /Users/sasaro/Library/Developer/Xcode/DerivedData/HackerNews-gzwqcccowfufmgerdmiuagcbmvti/Build/Intermediates/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Script-7E730C088B0B40D6838FB2CC.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.

(3) PhaseScriptExecution Check\ Pods\ Manifest.lock /Users/sasaro/Library/Developer/Xcode/DerivedData/HackerNews-gzwqcccowfufmgerdmiuagcbmvti/Build/Intermediates/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Script-7E730C088B0B40D6838FB2CC.sh
cd /Users/sasaro/GitHub/News-YC---iPhone
/bin/sh -c /Users/sasaro/Library/Developer/Xcode/DerivedData/HackerNews-gzwqcccowfufmgerdmiuagcbmvti/Build/Intermediates/HackerNews.build/Debug-iphonesimulator/HackerNews.build/Script-7E730C088B0B40D6838FB2CC.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.

Also, libPods.a is read and was giving me an error before the above.

Did you run pod install on the project to get the Cocoapods installed in the workspace?

I do ! You Code is out of date.

The problem is that this project was built with Cocoapods <0.34.0 which changed how the build settings worked. I'll try to take a look at it this weekend and get it running.