Re: Getting rid of specific "May not respond" messages

2008-06-05 Thread Nick Zitzmann
On Jun 5, 2008, at 10:38 AM, Dale Jensen wrote: Though they're added in 10.5, might they still function under the last builds of 10.4? I haven't heard of problems from people using that OS. No, but if you need the functionality under Tiger, you could add categories that implement the m

Re: Getting rid of specific "May not respond" messages

2008-06-05 Thread Dale Jensen
On Jun 5, 2008, at 11:11 AM, j o a r wrote: These are all methods added in Mac OS X 10.5. Check the SDK settings for your target. Yep, that's got it, thanks. Changing the SDK causes a bunch of other problems, but now at least I know what the issue is. Though they're added in 10.5, might

Re: Getting rid of specific "May not respond" messages

2008-06-05 Thread j o a r
On Jun 5, 2008, at 8:50 AM, Dale Jensen wrote: In my project, I get a number of warnings that are invalid, telling me that something or another "may not respond" to something, when in fact, it can. As an example, I get a lot of these: warning: 'NSString' may not respond to '- stringByRep

Re: Getting rid of specific "May not respond" messages

2008-06-05 Thread Dale Jensen
On Jun 5, 2008, at 10:55 AM, Kyle Sluder wrote: Have you remembered to #import ? What does your project's prefix header look like, if any? Are you linking with -framework AppKit? Yes. Prefix header includes Cocoa and Webkit. Appkit is listed under Frameworks > Other dale ___

Re: Getting rid of specific "May not respond" messages

2008-06-05 Thread Kyle Sluder
On Thu, Jun 5, 2008 at 11:50 AM, Dale Jensen <[EMAIL PROTECTED]> wrote: > This may be an Xcode question, rather than Cocoa, but it relates more to the > language, so I'll ask here. > > In my project, I get a number of warnings that are invalid, telling me that > something or another "may not respon

Getting rid of specific "May not respond" messages

2008-06-05 Thread Dale Jensen
This may be an Xcode question, rather than Cocoa, but it relates more to the language, so I'll ask here. In my project, I get a number of warnings that are invalid, telling me that something or another "may not respond" to something, when in fact, it can. As an example, I get a lot of thes