Xcode 4 cannot open old projects

I just upgraded to Xcode 4 and now I can’t see a number of my previous Xcode 3 projects. When I start Xcode projects, it opens, but it looks like this:

No Files and No Editor

Any way to tell what is going wrong? What special magazines can I look at? I do not receive any warnings or errors!

+3
source share
4 answers

The solution was to delete the local project files and re-clone from the GIT repository. I don’t know what the problem is, but maybe this is because you opened the project in Xcode 4 Developer Preview.

+1
source

If the same problem were resolved:

.xcodeproj β†’ ' ' β†’ project.xcworkspace. , .

- (File β†’ New β†’ Workspace) ( β†’ " " ). .

, , Xcode, , git commits. .gitignore.


xcworkspace:

project.xcworkspace ( /Debug/Utilities ..) . .

- " xcworkspace, Xcode . Xcode (.xcworkspace) Xcode (.xcodeproj )".

+7

"your_project..xcodeproj". exlorer "your_project..xcodeproj" β†’ " ", , "project.pbxproj". .

+1

zxing ScanTest. Xcode 4.3.2 .

0

All Articles