Page 1 of 1

XCode Error:error: There is no SDK with the name or path 'ip

PostPosted: Fri Jul 09, 2010 9:21 pm
by jalf
Hi Folks,

I am new in Game Editor and looks a great tool.

I start a new project with game editor, add the ".dat" file to resources in XCode Project and try a build. Them, i get this error message:

error: There is no SDK with the name or path 'iphoneos3.1.2'

What is wrong? I miss something? I have a Macbook with XCode and iPhone SDK 4.0.

Re: XCode Error:error: There is no SDK with the name or path

PostPosted: Sat Jul 10, 2010 5:15 am
by akr
The xcode project (geplayer or geapp) refer to SDK3.1.2. The newest Xcode available doesnt include that SDK any longer.
So pls change the SDK in the Debug AND Release settings to what you need/your device has.

andreas

Re: XCode Error:error: There is no SDK with the name or path

PostPosted: Sat Jul 10, 2010 12:18 pm
by jalf
Thanks, but now i get the following error:

Code: Select all
_main", referenced from:
start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status


Now, what's wrong? :(

Re: XCode Error:error: There is no SDK with the name or path

PostPosted: Sun Jul 11, 2010 7:43 am
by akr
Make sure your current target does include start.cpp.

andreas