Galeas / CocoaPodUI

XCode plugin that implements CocoaPods GUI.
578 stars 58 forks source link

Add YAML as an explicit dependency of CocoaPodUI #43

Closed guillaumealgis closed 8 years ago

guillaumealgis commented 8 years ago

This makes possible to build the plugin with xcodebuild.

Previously, the build would fail with

clang: error: no such file or directory: '/tmp/cocoapodui-build/Release/YAML.framework/YAML'

After adding the YAML library as a dependency, the plugin compiles fine with the command line.

capture d ecran 2016-06-12 a 14 59 54

This is probably somewhat related to #18