Closed guillaumealgis closed 8 years ago
This makes possible to build the plugin with xcodebuild.
xcodebuild
Previously, the build would fail with
clang: error: no such file or directory: '/tmp/cocoapodui-build/Release/YAML.framework/YAML'
'/tmp/cocoapodui-build/Release/YAML.framework/YAML'
After adding the YAML library as a dependency, the plugin compiles fine with the command line.
This is probably somewhat related to #18
This makes possible to build the plugin with
xcodebuild
.Previously, the build would fail with
After adding the YAML library as a dependency, the plugin compiles fine with the command line.
This is probably somewhat related to #18