This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
After an update on xcode 4.4.1, my app doesn't pass the compilation process anymore. This exception is thrown : 2012-09-11 14:32:19.057 MyApp[5001:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' *** First throw call stack: (0x356d888f 0x37a7f259 0x356d8789 0x356d87ab 0x3516905f 0x35168ffb 0x4005 0x33144cab [...] read more