user232751
user232751

Reputation: 619

Export a project to Xcode

Is possible to import already created project (using Xcode 3.2.4 and iOS SDK 4.1) to Xcode 3.2.5 and iOS SDK 4.2

Upvotes: 1

Views: 772

Answers (2)

Csabi
Csabi

Reputation: 3043

You can simply copy the whole project folder and then later simply double click the .xcodeproject file and you have imported it.

hope it helps if you have some other questions just ask it

wblade

Upvotes: 0

James Bedford
James Bedford

Reputation: 28962

If you have an excode project you can simply copy all the files in the project's directory and move them wherever you want or zip them, and then simply open the project file from the new location!

Upvotes: 3

Related Questions