我有一个我不久前制作的应用程序的xcode项目,但它打开了xcode 3.2
,我怎样才能轻松地将项目转移到更新版本的 xcode?
我曾尝试将项目的每个文件手动传输到新版本,但并没有很成功。
有没有更简单/更自动化的方法来做到这一点?
编辑:从 xcode 3.2 实现它,而不是 4
我有一个我不久前制作的应用程序的xcode项目,但它打开了xcode 3.2
,我怎样才能轻松地将项目转移到更新版本的 xcode?
我曾尝试将项目的每个文件手动传输到新版本,但并没有很成功。
有没有更简单/更自动化的方法来做到这一点?
编辑:从 xcode 3.2 实现它,而不是 4
Depends what type of app is it ? OpenGL game, normal app, what ? Please specify.
Xcode 4 apps won't have much difficulty being ported on Xcode 5 unless your app doesn't have Automatic Reference Counting.
Otherwise, just open the .xcodeproj file in the new version of Xcode and everything will happen automatically.