这是我的代码。在 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?