问题:

NSBundle *bundle = [NSBundle mainBundle]; //取得mainBundle
NSString *pathOfPlist = [bundle pathForResource:@"PlistTest-Info" ofType:@"plist"]; //取得文件路径

解决方案:

单击项目-》Build phases-》找到CopyBundleResources 然后将PlistTest-Info.plist文件添加进来即可。

参考:http://www.it165.net/os/html/201301/4327.html

http://www.devdiv.com/forum.php?mod=viewthread&tid=32080

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2022-01-07
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-23
  • 2021-10-30
  • 2022-12-23
  • 2021-04-05
  • 2021-12-26
  • 2022-12-23
相关资源
相似解决方案