我需要在没有应用名称的情况下获取应用的路径(bundlePath 或 bundleURL)
NSUrl *strUrl = [[NSBundle mainBundle]bundleURL];
NSString *str = [[NSBundel mainBundel]bundlePath];
我该怎么做
我需要在没有应用名称的情况下获取应用的路径(bundlePath 或 bundleURL)
NSUrl *strUrl = [[NSBundle mainBundle]bundleURL];
NSString *str = [[NSBundel mainBundel]bundlePath];
我该怎么做