简体   繁体   English

将现有的XCode iPhone项目升级到3.2.3

[英]Upgrading Existing XCode iPhone Project to 3.2.3

I upgraded xcode to 3.2.3 and loaded an existing project I had created with a prior version of xcode. 我将xcode升级到3.2.3,并加载了使用先前版本的xcode创建的现有项目。 It seems to compile fine as I have set up the correct deployment target and base sdk. 由于我已设置正确的部署目标和基本sdk,因此编译似乎很好。 When I look under Groups & Files, the Framework group, the Framework files are red and are pointing to the old framework files which don't exist anymore. 当我在“组和文件”下的“框架”组下查看时,框架文件为红色,并指向不再存在的旧框架文件。

My question is should I be removing these Framework files and readding them to the project to point to the new ios4 versions of the framework? 我的问题是我应该删除这些Framework文件并将它们读入项目以指向该框架的新ios4版本吗?

Steps For Upgrade Project in updated Xcode 更新的Xcode中的升级项目步骤

1--> You Have To set Base Sdk From Project-->info-->build 1->您必须从项目设置基础SDK->信息->构建

2--> Confirm From Project under Target -->info-->build 2->从目标下的项目中确认->信息->构建

And Compile your Project 并编译您的项目

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

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