Re: Framework methods not recognized

2013-02-06 Thread James Maxwell
Hi Fritz, Thanks for the reply. The tricky thing about this "application" is that it's actually a Max 6 external object, so it's not officially an application, and doesn't have a .pch file (at last not in the Xcode project). They do have a config file that points to one of their support files,

Re: Framework methods not recognized

2013-02-06 Thread Fritz Anderson
On 6 Feb 2013, at 10:46 AM, James Maxwell wrote: > I've created a framework to pull together a bunch of code I'm using > regularly. When I include this framework in another project the project > builds, and the methods do appear to get called, but I get "instance method > <…> not found" warnin