Bundles are a fundamental technology in Mac OS X and iOS that are used to encapsulate code and resources.

learn more… | top users | synonyms

1
vote
1answer
23 views

how to check file in Document dir and copy from NSBundle

I want create one application that read file from document dir but first I want check document dir if not exist file in self copy this file (Db.sqlite) from NSBundle Main to document dir and read it. ...
0
votes
0answers
4 views

Subprocess icon shows in dock

My MacOS X application starts a subprocess. The subprocess is a CLI program residing in the bundle at Contents/MacOS. Some users report that an extra icon appears in the dock (showing the name of the ...
0
votes
3answers
49 views

Loading retina images from a subdirectory

I'm using NSDrawNinePartImage() to draw a stretchable control. Since this of course requires nine separate images to draw the parts (plus some extras that are drawn over that), I have a directory full ...
1
vote
1answer
39 views

How to transfer resource files with Static Library (How to wrap resources in bundle)?

I'm creating a Static Library for iOS applications. I almost completed it, but there is an issue with the resources. My Static Library uses a lot of images and sound files. How can I transfer it ...
0
votes
1answer
34 views

Best practices for a widget API in Objective-C [closed]

I am currently making an app that allows third-party developers to create widgets for it using the API. Right now, I ship a library with the application containing a class that developers must create ...
-1
votes
0answers
42 views

Writing to a file on iOS [duplicate]

I am writing data to a file on iOS. The file is supposed to read JSON data from a URL and then write it to a file named config.json. I have created and added the file config.json to the Xcode project ...
0
votes
3answers
86 views

Write a File into the App Bundle

I have a Webservice to download some News and write them into a plist-file somewhere in NSLibraryDirectory, thats fine. But if the user has no Internet connection or the webservice is offline or ...
0
votes
0answers
72 views

Mac OS X app bundle for shell script doesn't works

I just did a app bundle like it's shown on this blog, but the app is not working. It looks like it will open (the OS X effect of the app opening) but then nothing happens, no window, no process, ...
0
votes
1answer
39 views

iOS - Check Previous Bundle Version

Is it possible to programmatically check the bundle version of the previous app version installed? I know how to get the current version [[[NSBundle mainBundle] infoDictionary] ...
0
votes
2answers
33 views

NSURL is always nil dispite encoding

I'm generating a PDF file and am attempting to preview it as shown below, but URL routinely returns NIL despite my formatting (which is what seems to resolve everyone else's issue with this common ...
1
vote
1answer
28 views

Able to load file from app bundle but not from test app bundle

To quickly test something I added a test file to my app's bundle and loaded it in the delegate using NSBundle:pathForResource. This worked. However now I've just created a target of type Unit ...
0
votes
1answer
46 views

How to add a directory structure with duplicate filenames to a project?

I have a directory that boils down to this: / - character0 -- attribute0 -- image.png - character1 -- attribute0 -- image.png I dropped it in XCode, in order to define two characters. Now I ...
1
vote
1answer
46 views

How to Display an image through a NSBundle

I am trying to display a image when my method is activated. I have all the code down and I dont get any errors but the image just wont show. Here is my Tweak.xm file. #import <UIKit/UIKit.h> ...
0
votes
1answer
50 views

Can't get the CFBundleIdentifier from dynamically loaded NSBundle

I'm trying to load a bundle dynamically, to be used in place of the mainBundle in few cases. I managed to load the bundle with some resources, like Localizable.strings and so on. And when I use ...
0
votes
1answer
140 views

How to set default locale for app bundles in OSX Mountain Lion

How can I set the default locale (LANG, LC_ALL = en_US.UTF-8) with which apps are run in OS X Mountain Lion? I am trying to run a Python program packaged to an .app with py2app. When running the app ...
-1
votes
1answer
41 views

Cannot find resource

i try to load an png like this: - (id)initWithFile:(NSString *)file andWithEffect:(GLKBaseEffect *)aEffect { if (self = [super init]) { NSDictionary * options = [NSDictionary ...
0
votes
1answer
76 views

NSBundle while unit testing with OCUnit returns (null)

Problem : Retrieving from NSBundle returns (null) while running Unit Test, returns valid object on run time. What have I done ? I have searched SO with similar problems, apple's developer and other ...
1
vote
1answer
68 views

isMemberOfClass with static library linked twice

I'm working on few plugins for Quartz Composer, that all link to the same custom static library copied for each of them in the bundles frameworks folder. The plugins could be used separately, so I ...
4
votes
1answer
92 views

iOS: Is there any way to fake the user's locale?

I'm interested in allowing my users to choose the language / locale my app appears to them in. I have figured out how to load the right bundle, choose the correct strings files, etc. However, some ...
2
votes
2answers
119 views

How to get the class from bundle

Following the explanation here: https://github.com/nst/iOS-Runtime-Headers I am trying to obtain the class of the TUPhoneLogger in the bundle TelephonyUtilities.framework. However, the debugger ...
2
votes
1answer
104 views

xcode target dependencies between two projects

I have a problem with setting dependencies in XCode 4 between separate projects. Currently, I have two projects in the same workspace. The first project have a Framework amongst it's products. I would ...
1
vote
1answer
79 views

I cannot create NSImage with imageNamed but initWithContentsOfFile

With the following code: NSString *imageString = [[NSBundle mainBundle] pathForResource:@"logo64x64" ofType:@"png"]; NSImage *testImage = [[NSImage imageNamed:@"logo64X64"] retain]; NSImage ...
1
vote
0answers
40 views

Communication between Main Application and loadable bundle

OK, it's rather self-explanatory. Let's say we've got our cocoa application. Let's all assume that you've already got some "plugins", packaged as independent loadable bundles. This is how bundles ...
0
votes
1answer
44 views

How to set Principal Class for a loadable bundle?

OK, I have studied some resources and example code (like this) and it should be really simple but I still can't find the answer. I've managed to get the whole thing (of getting an external bundle to ...
1
vote
1answer
86 views

Copy images from an app to Documents Directory and rewrite them after it

I have an app where I have a certain amount of .jpg pictures (roughly 300). They serve as something to start with, because they're actually located in the internet, but obviously it's more convenient ...
0
votes
0answers
76 views

Getting URL of resource jailbreak substrate tweak

I'm developing a substrate jailbreak tweak. Basically, I want to play a sound (.caf) when an event happens. I am using the following code: NSURL *soundURL = [[NSBundle mainBundle] ...
0
votes
1answer
311 views

Could not find a storyboard named 'Storyboard.storyboard' in bundle NSBundle

I created a new target in an iOS project and added some of my files as well as a new storyboard file. But when running in the simulator (I haven't tried the device) it pukes at UIApplicationMain(argc, ...
0
votes
0answers
152 views

could not load NIB in bundle: 'NSBundle in a Storyboard Project

I'm trying to build a piano app for the ipad using puredata and libpd, integrated into xcode. When I hit build and run I get an error: could not load NIB in bundle 'NSBundle with name ...
0
votes
0answers
66 views

If you add more icon bundles to CoreTypes.bundle, are they immediately available to OS X or do they need to be registered somehow?

I copied MobileDevices.bundle from CoreTypes.bundle, added new icons to it, and updated the plist to refer to them. Each has a unique UTTypeTagSpecification string. I've named this new bundle ...
1
vote
1answer
36 views

Behaviour of OS-X Application Bundles

How does being inside an application bundle affect how the binary executable runs? To explain, I compiled Emacs for Mountain Lion. This produces a binary executable, and also an application bundle, ...
1
vote
1answer
207 views

Unable to read files in resources folder - iOS

I am trying to read a file placed in a directory ("Object Bank"), inside the resources folder. //Get path for file in object bank NSString* path = [[NSBundle mainBundle] pathForResource:fileId ...
1
vote
3answers
240 views

UIWebView not loading local webpage

I have a super simple webpage that I just want to load a single local file. The file is /Resources/About.html Here is my code: NSString *urlPath = [[NSBundle mainBundle] URLForResource:@"About" ...
-1
votes
3answers
135 views

How to hardcode a text file into iOS app

Currently using: NSString* path = [[NSBundle mainBundle] pathForResource:@"filename" ofType:@"txt"]; This only works however after I manually add ...
0
votes
1answer
65 views

NSBundle not able to access static library java script file path

In my project I am including a static compiled library, which has a javascript resource in it. Now in my App at a particular event I want to run that javascript file from my library. But when I try ...
1
vote
1answer
53 views

Stream from BundleResource

I have a MonoMac project and I need a Stream reference to an item I have set as a BundleResource (an image). I have an image in my project whose build action I've set to BundleResource (I'm assuming ...
1
vote
1answer
119 views

How does the NSBundle's -load method register classes and other runtime resources with the Objective-C runtime?

Foundation's NSBundles are the best way to load dynamic code in Objective-C. The -load method dynamically loads the bundle's executable code into a running program. But, which Objective-C runtime ...
1
vote
1answer
104 views

Programatically setting the Mac menubar title

How do I change the application title in the Mac menu bar programatically (after starting the application)? I know that I can set it before running the program via CFBundleName in the Info.plist ...
1
vote
1answer
97 views

When releasing an App update, can my data in the bundle path change or get deleted?

I'm getting ready to release a new update for my app which stores data in the local bundle path and I want to ensure the data stored in this path isn't deleted when they update. Can this happen and ...
0
votes
1answer
24 views

access an UIImage instance variable and display it in UIImageView

I'm trying to access an UIImage instance variable and display it in UIImageView. When I try to NSLog the path I get null. I can manually display a pic through the IB, but I want to do this strictly ...
0
votes
0answers
50 views

Custom Cell for multiple table views in a story board

Scenario: - An Universal Application - Using Story Boards one for iPhone and another for iPad - Has 2 identical Table Views which will use the similar table view cell (one with search bar) - I have ...
1
vote
1answer
160 views

Loading and unloading of NSBundle

I'm building pluggable interface for my application. I stuck with an updates mechanism for the plugins. Here is the code that confuses me. - (void) unloadBundle{ [_pluginInstance release], ...
1
vote
0answers
54 views

Internal memory crash from NSLocalizedStringFromTableInBundle call

I have a call to NSLocalizedStringFromTableInBundle which typically works, so I know it has the right parameters for key, table, & bundle name. However, after another, seemingly unrelated ...
0
votes
1answer
84 views

NSBundle File References Lost After App Reinstalled

I save a user preference for an audio file in NSUserDefaults with a URL built like this: soundURL = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/audioFile1.m4r", [[NSBundle mainBundle] ...
1
vote
1answer
143 views

Loading nib from my own bundle?

i'm trying to put NIB/XIB files in a bundle I call Configuration.bundle. When I try to load the xib from my bundle the app crashes because it can't find the xib file. NSBundle *bundle = [NSBundle ...
0
votes
0answers
129 views

How to install CouchDB offline on OS X as a LaunchDaemon

How can I run the CouchDB application bundle binaries as a LaunchDaemon? I can run the binary as a local user but when I run the bundled binary as the couchdb user but I get this error: sh-3.2$ ...
0
votes
1answer
107 views

Share same assets between multiple targets

I'm seeking advice on how to share assets between 4 targets in my project: A.app, B.app, C.app, D.app Approach 1 - Best case. I have attempted this unsuccessfully Create an Assets.bundle target. ...
0
votes
3answers
439 views

Using NSBundle to load my resources

I wanted to separate my resources, nib files and localization files into a common reusable bundle. And so I created a bundle for my ios application and specified resources to be included inside the ...
1
vote
4answers
632 views

Multiple Localized .strings Files in iOS App Bundle

I have a fairly complicated project, consisting of several large localised sub-projects. Most of my sub-projects are localised through a single Localizable.strings file. This file is copied into a ...
0
votes
2answers
84 views

not able to save data to file on iPhone

I created a method that first save the json data to the file and then I am reading the data from the file. I am able to save and read data when I run on simulator but when I try to run the ...
0
votes
2answers
77 views

Loading a nib file

I am trying to load a nib file like this: [[NSBundle mainBundle] loadNibNamed:@"PhotoViewController" owner:self options:nil]; but it makes the app crash

1 2 3 4 5 6