How to transfer code from old version of xcode to the newest verision?

前端 未结 1 461
眼角桃花
眼角桃花 2021-01-26 02:12

I have an xcode project for an app i made a while ago but its on xcode 3.2, how can i easily transfer the project to the newer version of xcode?

相关标签:
1条回答
  • 2021-01-26 03:09

    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.

    0 讨论(0)
提交回复
热议问题