Objective-C Garbage Collection problems
Objective-C Garbage Collection problems
- Subject: Objective-C Garbage Collection problems
- From: Josh de Lioncourt <email@hidden>
- Date: Mon, 8 Mar 2010 16:01:30 -0800
This is a very perplexing problem. I hope someone can shed some light on it.
1. I have a project which uses an open source framework which is already compiled.
2. The open source framework, in its own Xcode project, compiles just fine whether Objective-C garbage colection is set to supported or unsupported. No problems.
3. In my project, (a very very simple project meant for example purposes), everything compiles and runs just fine if garbage collection is set to "unsupported".
4. When garbage collection is supported, everything builds, but I receive this message when the app launches:
GDB: Data Formatters temporarily unavailable, will re-try after a 'continue'. (Not safe to call dlopen at this time.)
I'm exceptionally confused. I don't actually think the framework is the problem. The code compiles and runs fine when garbage collection is unsupported, so I don't think there's anything wrong there either.
Is there another build setting I need to change that I'm missing somewhere?
Thanks guys.
Josh
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden