> On Oct 28, 2014, at 6:44 AM, Saunderson, Rik <rik.saunder...@baesystems.com> > wrote: > > Does anyone have any ideas about what's going on? I can only assume that > there's something wrong with the build settings or include paths or > something, but I've checked through all of them and they all appear to be > identical on both Macs.
That's a weird problem. The only thing I can offer is that when I've run into problems with projects that build on one Mac but not another, it's generally because of absolute paths in the build settings. But you say you've already looked into that. (I really wish Xcode wouldn't deliberately add absolute paths for you — it seems that when you drag a framework into a project, it adds the parent directory to the Framework Search Paths so the framework can be found by the linker. Which is nice, except it adds the absolute path instead of making it relative to $(PROJECT_DIR) or something. Thus guaranteeing build errors when anyone tries to build the project on a different computer.) —Jens _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com