Re: Release compile failure
Re: Release compile failure
- Subject: Re: Release compile failure
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 12 Jan 2008 11:39:12 -0500
On 1/12/08, Paul <email@hidden> wrote:
> Well, I hadn't done Clean All recently, but I did and now I get the
> same failure in Debug builds.
>
> At least I am getting consistency here.
Exactly what I was hoping to see.
> Does it seem like this may still be a "Build" issue, rather than
> something wrong in my code?
Regardless of which it is, you're most definitely doing something
wrong somewhere, either in your build settings or in your code. It
really sounds like you're #importing a source file instead of a header
file somewhere in your code. I'd run a search for a regexp like
/#import ".*\.m"/ across your entire project just to make sure.
And keep ZeroLink off, and remember to immediately disable it for any
Tiger project you may have in the future. It's such an evil monster
that they removed it from Xcode 3.0.
--Kyle Sluder
_______________________________________________
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