Re: NSBundle from an URL.

2009-09-03 Thread Ken Thomases
On Sep 3, 2009, at 5:36 PM, Erik Österlund wrote: I just wanted to check out NSBundle's + bundleFromURL. I looked in the documentation and said nothing about only some protocols working, so I thought I could load a bundle via HTTP which would be awesome, but that seemed to fail. Is this a b

Re: NSBundle from an URL.

2009-09-03 Thread Randall Meadows
On Sep 3, 2009, at 4:36 PM, Erik Österlund wrote: 2009-09-04 00:33:52.657 TestClient[90551:a0f] An uncaught exception was raised 2009-09-04 00:33:52.659 TestClient[90551:a0f] *** -[NSBundle initWithURL:]: non-file URL argument 2009-09-04 00:33:52.663 TestClient[90551:a0f] *** Terminating app

Re: NSBundle from an URL.

2009-09-03 Thread Jens Alfke
On Sep 3, 2009, at 3:36 PM, Erik Österlund wrote: I just wanted to check out NSBundle's + bundleFromURL. I looked in the documentation and said nothing about only some protocols working, so I thought I could load a bundle via HTTP which would be awesome, but that seemed to fail. Is this a

NSBundle from an URL.

2009-09-03 Thread Erik Österlund
Hello. I just wanted to check out NSBundle's + bundleFromURL. I looked in the documentation and said nothing about only some protocols working, so I thought I could load a bundle via HTTP which would be awesome, but that seemed to fail. Is this a bug, or am I being stupid? Here is my code