i am running xcodebuild command from terminal but getting the following error
ATION (Release) ===
Check dependencies
error: There is no SDK with the name or path ‘iphonesimulator3.1.3’
[BEROR]error: There is no SDK with the name or path ‘iphonesimulator3.1.3’
** BUILD FAILED **
what is the possible reason i m getting this error ?. everything in XCode is working fine. if a run the project from XCode. it is working fine.
One thing to mention that i have not installed XCode in /Developer . i have created another folder in my system hard disk and there XCode is installed. is this thing related to the issue i m facing ??
Please acknowledge. waiting for reply.
xcode-select /path/to/developer. You haven’t specified where you’ve installed it, so I can’t help more.xcodebuild -sdk iphonesimulator4.0 ....