Hi,
I've been trying to build my project with xcodebuild, but keep getting this error:
** INTERNAL ERROR: Uncaught exception **
Uncaught Exception: Couldn't posix_spawn: error 7
Stack:
0 __exceptionPreprocess (in CoreFoundation)
1 objc_exception_throw (in libobjc.A.dylib)
2 +[NSException raise:format:] (in CoreFoundation)
3 -[NSConcreteTask launchWithDictionary:] (in Foundation)
4 __46-[IDEShellScriptExecutionActionOperation main]_block_invoke_2.229 (in IDEStandardExecutionActionsCore)
5 ___DVTAsyncPerformBlockOnMainRunLoop_block_invoke (in DVTFoundation)
6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (in CoreFoundation)
7 __CFRunLoopDoBlocks (in CoreFoundation)
8 __CFRunLoopRun (in CoreFoundation)
9 CFRunLoopRunSpecific (in CoreFoundation)
10 CFRunLoopRun (in CoreFoundation)
11 -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
12 -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
13 0x000000010fe00202 (in xcodebuild)
14 start (in libdyld.dylib)
what is causing this, and how do I fix it?