Hello, I have spent a fair chunk of my day grinding my teeth at getting this working in Xcode 4.3 Not there yet. I am better at Cmake, Xcode 4.3, iOS5.1 SDK and GenerateSources for sure... The Xcode project gets generated but Xcode doesn't agrees with me opening it. Key findings: * all pathes are different with Xcode 4.3 - there is a patch for Cmake to deal with this, I applied it into my macports install. * several frameworks are not findable as expressed in the cmake config (CoreGraphics, UIKit, ..) * there was a bug in the image, where sqTouch.m is involved. The correct thing is IOSPlugin and not touchplugin as mentioned * a lot of pathes are hardcoded in the image and it for sure doesn't help with the relocation of stuff by Apple It would be great to be able to discuss this in an IM session one of these days. The answer is not far. Attached the cmake stuff from the main dir (there are things in all plugins but they all come from generate sources initially). Kind Regards, Philippe