Dimillian / SwiftHN

A Hacker News reader in Swift
GNU General Public License v2.0
1.71k stars 282 forks source link

Unable to build from clean repo #8

Closed seansu4you87 closed 10 years ago

seansu4you87 commented 10 years ago

When I download the repo fresh, I'm unable to build because of the following error:

When I run pod install I get the following message (and no Pods.xcconfig file is generated):

screen shot 2014-07-19 at 12 37 20 pm

$ seansu4you87:~/Development/github.com/seansu4you87/SwiftHN (master) pod install
Setting up CocoaPods master repo
/Users/seansu4you87/.rvm/gems/ruby-2.1.1/gems/cocoapods-0.33.1/lib/cocoapods/executable.rb:55: warning: Insecure world writable dir /Users/seansu4you87/Dropbox/Developer/go/bin in PATH, mode 040777
Setup completed (read-only access)
Analyzing dependencies
Downloading dependencies
Generating Pods project
Unable to open stream!
Integrating client project

[!] [!] The Podfile does not contain any dependencies.

I was eventually able to get everything building by dropping Cocoapod stuff

Dimillian commented 10 years ago

Thanks! I removed all Cocoapods reference as we don't need it anymore. Clone it again and just run the workspace :)