Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCODE fail to load platform

Tags:

xcode

iphone

I am trying to learn iphone programming and I have just upgraded xcode to version 3.2.4 (and to iOS 4.1).

When I create a new project I get the "Internal error" seen below. What is wrong? (by the way, I can't see any message in the console)

Internal Error

File:   /SourceCache/DevToolsBase/DevToolsBase-1705/pbxcore/Target.subproj/PBXTarget.m
Line:   1603
Object: <PBXNativeTarget:0x20088e7c0>
Method: createPropertyExpansionContextWithBuildState:

Platform failed to completely load.  Examine Console Log for error messages.
like image 917
ragnarius Avatar asked Sep 13 '25 20:09

ragnarius


1 Answers

The same happened to me, and I fixed in the same way. Reinstaling from the same dowload image.

like image 191
IgnacioV Avatar answered Sep 16 '25 00:09

IgnacioV