mirek / YAML.framework

Proper YAML support for Objective-C. Based on recommended libyaml.

Home Page:http://github.com/mirek/YAML.framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler error

ricobeck opened this issue · comments

In yaml-0.1.4/src/yaml_private.h the config.h is imported via

import <config.h>

This dows not compile in Xcode 5 and has to be changed to

import "config.h".

Updated, thanks.