I went through the test described in the Plugin Howto where I created cfe_test.m. When I tried to compile, I got the following error:
Quote:
cfe_test.m:3:42: error: CarFrontEndAPI/CarFrontEndAPI.h: No such file or directory
So, I tried to installed the binary package and then re-ran the test. This time, cfe_test.m compiled without error. Next, I tried to build and run CarFrontEnd and it worked! My guess is that I was unable to get Xcode to use the CarFrontEndAPI that I just built -- for some reason it will only use the installed version. I'll probably have to find a better solution if I'm ever going to change CarFrontEndAPI but for now, this should be ok.
-Andrew