这是我的代码。在Cocos2d 2.0中工作,相同的代码在2.1beta中返回null
const GLchar * fragmentSource = (GLchar*) [[NSString stringWithContentsOfFile:[CCFileUtils fullPathFromRelativePath:@"CSEGrass.fsh"] encoding:NSUTF8StringEncoding error:nil] UTF8String];
已将CSEGrass.fsh添加到xcode目标。为什么返回null?