简体   繁体   English

手势和邮件框架? - 可可

[英]Pantomime and Mail Frameworks? - Cocoa

Does the Pantomime Framework work for 10.5 or 10.6? Pantomime Framework是否适用于10.5或10.6? Because when I look at the build error I get when compiling it says, it couldn't find the 10.4 sdk. 因为当我查看编译错误时发现编译错误,它找不到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? 如果不是,那么有谁知道其他任何一个可以很好地与10.5或10.6配合使用的框架(例如)?

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. 如果您尝试在10.6上构建,请注意,Snow Leopard版本的Xcode可以使用10.4 SDK ,但默认情况下未安装。 You can install it from the Xcode installer on the Snow Leopard DVD or the Xcode download. 您可以从Snow Leopard DVD上的Xcode安装程序或Xcode下载中安装它。

I'm late to the party, but this is how I got Pantomime to build in XCode 4.3.3 on Lion. 我参加聚会很晚,但这就是我让Pantomime在Lion的XCode 4.3.3中构建的方式。

  1. Go to Pantomime's Build Settings and search for sdk . 转到Pantomime的Build Settings并搜索sdk You'll see three properties. 您将看到三个属性。

  2. set the Base SDK to whatever platform you're building for ( I set it to 10.7 ) Base SDK设置为要构建的平台(我将其设置为10.7)

  3. Delete the values for the keys SDKROOT_i386 and SDKROOT_PPC . 删除键SDKROOT_i386SDKROOT_PPC的值。

Pantomime should build now. 手势现在应该建立。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM