我升级到xcode 8并进行了pod安装,现在所有依赖于自己资产的pod都无法找到捆绑路径。所有pod中的代码都是这样的
self.assetBundle = [NSBundle bundleForClass:[self class]];
NSString *bundlePath = [self.assetBundle pathForResource:@"some_Pod_name" ofType:@"bundle"];
捆绑路径返回nil然后显然我的应用程序在pod中崩溃。 assetBundle返回此
po self.assetBundle
NSBundle </Users/user1/Library/Developer/CoreSimulator/Devices/F0ACF195-A1C8-4DA6-96B5-9F9824DF/data/Containers/Bundle/Application/6F11AC53-0D13-4CD8-9DB0-77BE8C54C9/myapp.app> (loaded)
设置中必定存在一些我无法弄清楚的东西。我怎样才能解决这个问题 ?
答案 0 :(得分:0)
我想出来了。我需要取消选中&#34;仅在安装&#34;时运行脚本对于pods资源。