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):
$ 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
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):I was eventually able to get everything building by dropping Cocoapod stuff