ios项目中的捆绑错误

时间:2011-11-02 10:31:01

标签: ios xcode bundle

与我的先例问题有关 error when using a bundle in an iOS project / how to create a correct bundle? 我试图创建一个包含我的.xib文件的包,现在我的应用程序不再运行了。

我尝试像这样加载我的包:

NSBundle *bundle = [NSBundle bundleWithPath:@"BundleName.bundle"];

但它不起作用:

NSLog(@"bundle : %@", bundle);
-> bundle : (null)

我错过了什么?

1 个答案:

答案 0 :(得分:0)

您必须传入完整路径(即从设备的根目录开始)。