I have added a framework to a Mach-O project in CW 8.3, and now, I would like to remove it : I cannot put in the trash, and "Remove File" menu item is disabled. How can I remove this framework ? David
I have created a Bundle Package that I dynamically load. Then, I call a function inside this Bundle (a C function), and this crash when I call CFNumberCreate with kAllocatorDefault. It seems that default allocator has not been initialized. Is there some initialisation things I ...