Re: cpp class keywotd
Re: cpp class keywotd
- Subject: Re: cpp class keywotd
- From: Quincey Morris <email@hidden>
- Date: Thu, 28 Apr 2011 21:05:33 -0700
On Apr 28, 2011, at 20:49, koko wrote:
> Well, apparently, compiling for iOS app versus iOS static lib treats the processing of the .pch diifferently.
> Moving some things out of .pch in the app build which are in the .pch of the lib build solved my problem.
> I would like to know more about this if anyone can shed some light.
a. Don't cross-post. It violates the list guidelines.
b. It's likely not an Xcode problem or a Cocoa problem.
c. It's highly likely that your problem is the rookie mistake of leaving out a semicolon (or some similar syntax error) at the end of the .h file included just *before* the .h file where the error is reported. In "moving some things out", you probably eliminated the problem by luck.
_______________________________________________
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