Re: NSBundle unloading crash

2010-01-29 Thread Bill Bumgarner
On Jan 29, 2010, at 4:09 AM, Jonathan Guy wrote: > Thanks Greg. It was indeed a category issue but I seem to have fixed one > problem and found another. If I load the first bundle, make a method call, > then immediately unload, load the second bundle and make the same function > call (all in t

Re: NSBundle unloading crash

2010-01-29 Thread Jonathan Guy
Thanks Greg. It was indeed a category issue but I seem to have fixed one problem and found another. If I load the first bundle, make a method call, then immediately unload, load the second bundle and make the same function call (all in the same event) I end up crashing when the autoreleas pool g

Re: NSBundle unloading crash

2010-01-27 Thread Greg Parker
On Jan 27, 2010, at 2:01 AM, Jonathan Guy wrote: > This problem has me pretty stumped. I've been trying to figure this out for > about a week now with no success. I have an embedded framework which itself > has two embedded bundles. The two bundles contain the same code of an open > source proje

NSBundle unloading crash

2010-01-27 Thread Jonathan Guy
Hi all This problem has me pretty stumped. I've been trying to figure this out for about a week now with no success. I have an embedded framework which itself has two embedded bundles. The two bundles contain the same code of an open source project but just different versions. The framework is d