views:

223

answers:

1

Does the Pantomime Framework work for 10.5 or 10.6? Because when I look at the build error I get when compiling it says, it couldn't find the 10.4 sdk. If not, then does anyone know any other framework that works really well with 10.5 or 10.6, with an example?

+2  A: 

If you are trying to build on 10.6, be aware that 10.4 SDK is available with the Snow Leopard version of Xcode but it is not installed by default. You can install it from the Xcode installer on the Snow Leopard DVD or the Xcode download.

Ned Deily