Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iphone/ipad-在xcode 4下编译three20?_Xcode_Three20 - Fatal编程技术网

iphone/ipad-在xcode 4下编译three20?

iphone/ipad-在xcode 4下编译three20?,xcode,three20,Xcode,Three20,有人在XCode 4下成功编译了three20吗 我尝试了,并将所有基本SDK更改为最新的4.2版本,但始终存在一个错误: 错误:没有名称或路径为“../three20/src/Three20Core/iphoneos4.0”的SDK 在三个20UICommon及其单元测试中 有人对此有线索吗 另外,在Xcode3中,我知道我可以通过取消选择UnitTests的扩音器来避免编译所有的UnitTests。如何在XCode 4中实现这一点 谢谢按照此步骤集成三个20,u将通过b 我尝试了手动步骤,但

有人在XCode 4下成功编译了three20吗

我尝试了,并将所有基本SDK更改为最新的4.2版本,但始终存在一个错误:

错误:没有名称或路径为“../three20/src/Three20Core/iphoneos4.0”的SDK

在三个20UICommon及其单元测试中

有人对此有线索吗

另外,在Xcode3中,我知道我可以通过取消选择UnitTests的扩音器来避免编译所有的UnitTests。如何在XCode 4中实现这一点


谢谢

按照此步骤集成三个20,u将通过b


我尝试了手动步骤,但失败了。添加的三个20项目文件无法像以前在xcode3项目中那样打开


相反,我从一个已经可以使用Three20的现有xcode3项目开始(尝试其中一个示例),并开始在xcode4中使用它。这很有效。

Three20现在支持Xcode 4。看看这个