Re: new crash in Xcode 4
Re: new crash in Xcode 4
- Subject: Re: new crash in Xcode 4
- From: Jens Alfke <email@hidden>
- Date: Wed, 13 Jul 2011 23:01:45 -0700
On Jul 13, 2011, at 3:11 PM, Conrad Taylor wrote: David, you're using a selector that no longer exists in Xcode 4. Please see the error message above.
No. Selectors (methods, really) don’t exist or not exist in Xcode. They’re declared in the SDK headers and implemented in the OS. Whether a method exist doesn’t depend on what version of Xcode you built with, but which OS version you’re running the app in.
(Granted, Apple confuses the issue by releasing a new build of Xcode with every iOS SDK, but they’re not really directly related.)
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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