Skip navigation.
 
mlRe: Cant get Garbage Collection to work
FROM : Sherm Pendley
DATE : Fri Mar 28 19:35:21 2008

On Fri, Mar 28, 2008 at 7:15 AM, Dominik Pich <<email_removed>> wrote:

> Hi,
> I started a simple xcode project and wanted to play with GC but cant
> get it to work.
>
> First then I set the GCC Flag: Garbage Collection _required_: -fobj-gc-
> only



Have you tried using Xcode's build settings instead of manually specifying
the compiler flag? There might be more to it than just -fobjc-gc-only. Even
if you want to use compiler flags in the long term, it's still worth trying
the build setting, just so you can check the build log to see what flags
Xcode is using.

sherm--

Related mailsAuthorDate
mlCant get Garbage Collection to work Dominik Pich Mar 28, 12:15
mlRe: Cant get Garbage Collection to work Quincey Morris Mar 28, 17:25
mlRe: Cant get Garbage Collection to work Dominik Pich Mar 28, 19:20
mlRe: Cant get Garbage Collection to work Sherm Pendley Mar 28, 19:35
mlRe: Cant get Garbage Collection to work Quincey Morris Mar 28, 19:38
mlRe: Cant get Garbage Collection to work Robert Douglas Mar 28, 19:42
mlRe: Cant get Garbage Collection to work Quincey Morris Mar 28, 20:06
mlRe: Cant get Garbage Collection to work ugol Mar 30, 00:42