ricobeck / KFCocoaPodsPlugin

XcodePlugin for CocoaPods with pod commands/console output, user notifications & code completion.
http://kfi-apps.com/plugins/kfcocoapodsplugin/
800 stars 53 forks source link

LibYAML dependency issues #7

Closed postmechanical closed 10 years ago

postmechanical commented 11 years ago

Pods warning:

[!] [LibYAML (0.1.4)] The use of pre_install by overriding the method is deprecated.

Compile error:

~/Workspace/KFCocoaPodsPlugin/Pods/LibYAML/src/yaml_private.h:3:10: 'config.h' file not found with include; use "quotes" instead

dennisreimann commented 10 years ago

This got fixed in ricobeck/YAML.framework@25ab2c27b0c3fe66afa65e5e554eb09153b790e0 but that dependency needs a new official release.

Meanwhile fix the issue by doing what Xcode suggests: Use quotes for the import.

ricobeck commented 10 years ago

Like Dennis said: i've done what i can.