代码之家  ›  专栏  ›  技术社区  ›  ruipacheco

被他们的行为搞糊涂了

  •  1
  • ruipacheco  · 技术社区  · 14 年前

    NSDictionary *sqlPropertyList = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:CH_PQ_QUERIES ofType:@"plist"]];
    

    NSString *filePath = [[NSBundle mainBundle] pathForResource:@"excel2004" ofType:@"xml"];
    

    但是 filePath 始终为空,即使捆绑包似乎已加载。

    1 回复  |  直到 14 年前
        1
  •  2
  •   Alex    14 年前

    这可能是一个愚蠢的问题,但你说你创建了一个“txt”文件,但你调用 pathToResource:ofType: xml 作为类型。对吗?当然,任何像这样的文件都必须在 Resources 应用程序包的目录。