Re: GCD and blocks cross development
Re: GCD and blocks cross development
- Subject: Re: GCD and blocks cross development
- From: Jens Alfke <email@hidden>
- Date: Thu, 10 Sep 2009 08:13:13 -0700
On Sep 10, 2009, at 7:01 AM, email@hidden wrote:
This code (called from an obj-c method) runs on 10.6 but fails on
10.5 suggesting that cross development with GCD is not possible.
That shouldn't be a surprise, since GCD is a new system framework
added in 10.6. It's as though you tried to use CoreAnimation on 10.4.
(That said, there is a 3rd party back-port of the C/Obj-C block
runtime code to 10.5. But that only gives you raw blocks, not any of
the new OS services/APIs that use them.)
—Jens _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden