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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to